Enum Physics2DServerSingleton.BodyState
enum BodyState
: int { ... }
Enum members
Name | Description |
bodyStateAngularVelocity
|
Constant to set/get the current angular velocity of the body.
|
bodyStateCanSleep
|
Constant to set/get whether the body can sleep.
|
bodyStateLinearVelocity
|
Constant to set/get the current linear velocity of the body.
|
bodyStateSleeping
|
Constant to sleep/wake up a body, or to get whether it is sleeping.
|
bodyStateTransform
|
Constant to set/get the current transform matrix of the body.
|