Property | Type | Description | |
---|---|---|---|
ControllerFlags | ControllerType |
Method | Description | |
---|---|---|
IgnoreController ( ControllerType controller ) : void |
Ignores the controller. The controller has no effect on this body.
|
|
IsControllerIgnored ( ControllerType controller ) : bool |
Determines whether this body ignores the the specified controller.
|
|
RestoreController ( ControllerType controller ) : void |
Restore the controller. The controller affects this body.
|
public IgnoreController ( ControllerType controller ) : void | ||
controller | ControllerType | The controller type. |
return | void |
public IsControllerIgnored ( ControllerType controller ) : bool | ||
controller | ControllerType | The controller type. |
return | bool |
public RestoreController ( ControllerType controller ) : void | ||
controller | ControllerType | The controller type. |
return | void |