C# Класс Project290.Physics.Common.PhysicsLogic.PhysicsLogicFilter

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

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

Свойство Тип Описание
ControllerIgnores PhysicsLogicType

Открытые методы

Метод Описание
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.

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

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

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

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

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

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

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

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

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

public PhysicsLogicType ControllerIgnores
Результат PhysicsLogicType