C# Класс Project290.Physics.Controllers.ControllerFilter

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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.

Описание методов

IgnoreController() публичный Метод

Ignores the controller. The controller has no effect on this body.
public IgnoreController ( ControllerType controller ) : void
controller ControllerType The controller type.
Результат void

IsControllerIgnored() публичный Метод

Determines whether this body ignores the the specified controller.
public IsControllerIgnored ( ControllerType controller ) : bool
controller ControllerType The controller type.
Результат bool

RestoreController() публичный Метод

Restore the controller. The controller affects this body.
public RestoreController ( ControllerType controller ) : void
controller ControllerType The controller type.
Результат void

Описание свойств

ControllerFlags публичное свойство

public ControllerType ControllerFlags
Результат ControllerType