프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public IgnorePhysicsLogic ( PhysicsLogicType type ) : void | ||
type | PhysicsLogicType | The logic type. |
리턴 | void |
public IsPhysicsLogicIgnored ( PhysicsLogicType type ) : bool | ||
type | PhysicsLogicType | The logic type. |
리턴 | bool |
public RestorePhysicsLogic ( PhysicsLogicType type ) : void | ||
type | PhysicsLogicType | The logic type. |
리턴 | void |