Enum PhysicsServerSingleton.BodyParameter

enum BodyParameter : int { ... }

Enum members

NameDescription
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.
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.