C# Class Project290.Physics.Controllers.ControllerFilter

Mostra file Open project: scastle/Solitude

Public Properties

Property Type Description
ControllerFlags ControllerType

Public Methods

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.

Method Details

IgnoreController() public method

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

IsControllerIgnored() public method

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

RestoreController() public method

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

Property Details

ControllerFlags public_oe property

public ControllerType ControllerFlags
return ControllerType