Struct ControllerFilter
- Namespace
- Alis.Core.Physic.Common.PhysicsLogic
- Assembly
- Alis.dll
The controller filter
public struct ControllerFilterInherited Members
Constructors
ControllerFilter(ControllerCategory)
Initializes a new instance of the Alis.Core.Physic.Common.PhysicsLogic.ControllerFilter class
public ControllerFilter(ControllerCategory controllerCategory)Parameters
controllerCategoryControllerCategory-
The controller category
Fields
ControllerCategories
The controller categories
public ControllerCategory ControllerCategoriesField Value
Methods
IgnoreController(ControllerCategory)
Ignores the controller. The controller has no effect on this body.
public void IgnoreController(ControllerCategory category)Parameters
categoryControllerCategory
IsControllerIgnored(ControllerCategory)
Determines whether this body ignores the the specified controller.
public bool IsControllerIgnored(ControllerCategory category)Parameters
categoryControllerCategory-
The logic type.
Returns
- bool
-
trueif the body has the specified flag; otherwise,false.
RestoreController(ControllerCategory)
Restore the controller. The controller affects this body.
public void RestoreController(ControllerCategory category)Parameters
categoryControllerCategory-
The logic type.