Type:PhysicsScalingMode: Difference between revisions

From Resonite Wiki
Created stub for Type:PhysicsScalingMode [Automated]
 
add info
Line 1: Line 1:
{{stub}}
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.


{{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]]

Revision as of 20:03, 1 January 2025

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.

Values
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.