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