add info |
m grammar |
||
| Line 1: | Line 1: | ||
This 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. | |||
{{Table EnumValues | {{Table EnumValues | ||
Latest revision as of 20:03, 1 January 2025
This 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. |