Component:LegacyRangeMapper: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Legacy Range Mapper
|Name=Legacy Range Mapper
}}
}}
The '''Legacy Range Mapper''' component
The '''Legacy Range Mapper''' component is used in old legacy content from before the [[Awwdio]] system.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MinDistance|Float|
|MinDistance|Float| The field with the legacy min distance.
|MaxDistance|Float|
|MaxDistance|Float| The field with the legacy max distance.
|Radius|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv2=true|
|Radius|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv2=true| The field to drive with <code>MinDistance</code> and <code>MaxDistance</code> converted.
|BlendDistance|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv3=true|
|BlendDistance|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv3=true| The field to drive with <code>MinDistance</code> and <code>MaxDistance</code> converted.
}}
}}


== Usage ==
== Usage ==
only used in legacy content from before the [[Awwdio]] system.


== Examples ==
== Examples ==
Line 22: Line 22:
[[Category:Components:Uncategorized{{#translation:}}|Legacy Range Mapper]]
[[Category:Components:Uncategorized{{#translation:}}|Legacy Range Mapper]]
[[Category:Components{{#translation:}}|Legacy Range Mapper]]
[[Category:Components{{#translation:}}|Legacy Range Mapper]]
[[Category:ComponentStubs]]

Latest revision as of 05:36, 9 May 2025

Component image 
File:LegacyRangeMapperComponent.png
Legacy Range Mapper component as seen in the Scene Inspector

The Legacy Range Mapper component is used in old legacy content from before the Awwdio system.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
MinDistance Float The field with the legacy min distance.
MaxDistance Float The field with the legacy max distance.
Radius field drive of Float The field to drive with MinDistance and MaxDistance converted.
BlendDistance field drive of Float The field to drive with MinDistance and MaxDistance converted.

Usage

only used in legacy content from before the Awwdio system.

Examples

See Also