Enum Physics2DServerSingleton.BodyParameter
enum BodyParameter
: int { ... }
Enum members
Name | Description |
bodyParamAngularDamp
|
Constant to set/get a body's angular dampening factor.
|
bodyParamBounce
|
Constant to set/get a body's bounce factor.
|
bodyParamFriction
|
Constant to set/get a body's friction.
|
bodyParamGravityScale
|
Constant to set/get a body's gravity multiplier.
|
bodyParamInertia
|
Constant to set/get a body's inertia.
|
bodyParamLinearDamp
|
Constant to set/get a body's linear dampening factor.
|
bodyParamMass
|
Constant to set/get a body's mass.
|
bodyParamMax
|
Represents the size of the bodyparameter enum.
|