Enum RigidBodyType2D
Rigid body type 2D.
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public enum RigidBodyType2D
Fields
Name | Description |
---|---|
Dynamic | Zero mass, non-zero velocity set by user, moved by solver. |
Kinematic | Zero mass, non-zero velocity set by user, moved by solver. |
Static | Zero mass, zero velocity, may be manually moved. |