Type:PositionType: Difference between revisions

From Resonite Wiki
Created stub for Type:PositionType [Automated]
 
add info
 
Line 1: Line 1:
{{stub}}
Position Type specifies how to do the calculation between transform points/slots.


{{Table EnumValues
{{Table EnumValues
|Relative|0|
|Relative|0| Calculate transform using a value that's value/distance rather than just 0-1 directly.
|Absolute|1|
|Absolute|1| Calculate transform using a 0-1 value regardless of difference between items.
}}
}}


[[Category:Type]]
[[Category:Type]]
[[Category:Enums]]
[[Category:Enums]]

Latest revision as of 23:27, 22 January 2025

Position Type specifies how to do the calculation between transform points/slots.

Values
Name Value Description
Relative 0 Calculate transform using a value that's value/distance rather than just 0-1 directly.
Absolute 1 Calculate transform using a 0-1 value regardless of difference between items.