C# Class FarseerPhysics.Common.PhysicsLogic.PhysicsLogicFilter

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
controllerIgnores PhysicsLogicType

Méthodes publiques

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

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

IsPhysicsLogicIgnored() public méthode

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

RestorePhysicsLogic() public méthode

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

Property Details

controllerIgnores public_oe property

public PhysicsLogicType controllerIgnores
Résultat PhysicsLogicType