Property | Type | Description | |
---|---|---|---|
ControllerIgnores | PhysicsLogicType |
Method | Description | |
---|---|---|
IgnorePhysicsLogic ( PhysicsLogicType type ) : void |
Ignores the controller. The controller has no effect on this body.
|
|
IsPhysicsLogicIgnored ( PhysicsLogicType type ) : bool |
Determines whether this body ignores the the specified controller.
|
|
RestorePhysicsLogic ( PhysicsLogicType type ) : void |
Restore the controller. The controller affects this body.
|
public IgnorePhysicsLogic ( PhysicsLogicType type ) : void | ||
type | PhysicsLogicType | The logic type. |
return | void |
public IsPhysicsLogicIgnored ( PhysicsLogicType type ) : bool | ||
type | PhysicsLogicType | The logic type. |
return | bool |
public RestorePhysicsLogic ( PhysicsLogicType type ) : void | ||
type | PhysicsLogicType | The logic type. |
return | void |