C# Class Project290.Physics.Controllers.ControllerFilter

Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Свойство Type Description
ControllerFlags ControllerType

Méthodes publiques

Méthode 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.

Method Details

IgnoreController() public méthode

Ignores the controller. The controller has no effect on this body.
public IgnoreController ( ControllerType controller ) : void
controller ControllerType The controller type.
Résultat void

IsControllerIgnored() public méthode

Determines whether this body ignores the the specified controller.
public IsControllerIgnored ( ControllerType controller ) : bool
controller ControllerType The controller type.
Résultat bool

RestoreController() public méthode

Restore the controller. The controller affects this body.
public RestoreController ( ControllerType controller ) : void
controller ControllerType The controller type.
Résultat void

Property Details

ControllerFlags public_oe property

public ControllerType ControllerFlags
Résultat ControllerType