Created stub for Type:PhysicsScalingMode [Automated] |
m grammar |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | ||
|None|0| | |None|0| physics does not scale with size of the physics simulator component's slot in global space. | ||
|Linear|1| | |Linear|1| physics scales linearly with the size of the physics simulator component's slot in global space. | ||
|Cubic|2| | |Cubic|2| physics scales by the size of the physics simulator component's slot to the power of 3 in global space. | ||
}} | }} | ||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
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. |