Enum BodyMotionType
- Namespace
- Gravitas
- Assembly
- Gravitas.dll
Selects whether a body is solver controlled, host controlled, or immobile.
public enum BodyMotionType : byte
Fields
Dynamic = 0The solver controls the body subject to its frozen degrees of freedom.
Kinematic = 1The host controls the body while the solver treats it as infinite mass.
Static = 2The body is excluded from per-frame motion and treated as infinite mass.