SIM
Description
Enumerations used by ENTITY:PhysicsSimulate.
Values
SIM_NOTHING | 0 | Don't simulate physics |
SIM_LOCAL_ACCELERATION | 1 | Vectors in local coordinate system |
SIM_LOCAL_FORCE | 2 | Vectors in local coordinate system |
SIM_GLOBAL_ACCELERATION | 3 | Vectors in world coordinate system |
SIM_GLOBAL_FORCE | 4 | Vectors in world coordinate system |