Thus enum determines how to scale the physics simulation as the size of the slot the physics simulating Component is on gets bigger or smaller in global space.
Name | Value | Description |
---|---|---|
None
|
0 | physics does not scale with size of the physics simulator component's slot in global space. |
Linear
|
1 | physics scales linearly with the size of the physics simulator component's slot in global space. |
Cubic
|
2 | physics scales by the size of the physics simulator component's slot to the power of 3 in global space. |