Enum Body_Type
- Namespace
- AO
- Assembly
- CoreAssembly.dll
Rigidbody component type.
public enum Body_Type
- Extension Methods
Fields
Dynamic = 1
Entity will move from the physics system
Kinematic = 2
Entity will move from the physics system but will not be affected by forces
Static = 0
Entity will not move from the physics system