C# Class FarseerPhysics.Common.PhysicsLogic.PhysicsLogicFilter

Show file Open project: prime31/Nez

Public Properties

Property Type Description
controllerIgnores PhysicsLogicType

Public Methods

Method Description
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.

Method Details

IgnorePhysicsLogic() public method

Ignores the controller. The controller has no effect on this body.
public IgnorePhysicsLogic ( PhysicsLogicType type ) : void
type PhysicsLogicType The logic type.
return void

IsPhysicsLogicIgnored() public method

Determines whether this body ignores the the specified controller.
public IsPhysicsLogicIgnored ( PhysicsLogicType type ) : bool
type PhysicsLogicType The logic type.
return bool

RestorePhysicsLogic() public method

Restore the controller. The controller affects this body.
public RestorePhysicsLogic ( PhysicsLogicType type ) : void
type PhysicsLogicType The logic type.
return void

Property Details

controllerIgnores public property

public PhysicsLogicType controllerIgnores
return PhysicsLogicType