Enum RigidBodyType3D
Rigid body type in 3D.
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public enum RigidBodyType3D
Fields
Name | Description |
---|---|
Dynamic | Zero mass, non-zero velocity set by the user, moved by the solver. |
Kinematic | Zero mass, nonzero velocity set by user, moved by solver. |