Свойство | Тип | Описание | |
---|---|---|---|
ControllerFlags | ControllerType |
Метод | Описание | |
---|---|---|
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. |
Результат | void |
public IsControllerIgnored ( ControllerType controller ) : bool | ||
controller | ControllerType | The controller type. |
Результат | bool |
public RestoreController ( ControllerType controller ) : void | ||
controller | ControllerType | The controller type. |
Результат | void |