C# 클래스 FarseerPhysics.Common.PhysicsLogic.PhysicsLogicFilter

파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
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