Component:LegacyTransformConverter: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Legacy Transform Converter
|Name=Legacy Transform Converter
}}
}}
The '''Legacy Transform Converter''' component
The '''Legacy Transform Converter''' component converts transforms for legacy content to the new [[Photon Dust]] system.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Transform|{{RootFieldType|FieldDrive`1|[[Type:Float3x3|Float3x3]]}}|TypeAdv0=true|
|Transform|{{RootFieldType|FieldDrive`1|[[Type:Float3x3|Float3x3]]}}|TypeAdv0=true| The transform field to drive with a converted value.
|Emitter|'''[[Component:SphereEmitter|SphereEmitter]]'''|TypeAdv1=true|
|Emitter|'''[[Component:SphereEmitter|SphereEmitter]]'''|TypeAdv1=true| The emitter to make conversions with.
}}
}}


== Usage ==
== Usage ==
Not to be used in new content. Acts as a Legacy content converter.


== Examples ==
== Examples ==
Used in old content.


== See Also ==
== See Also ==
* [[Photon Dust]]


[[Category:Components:Uncategorized{{#translation:}}|Legacy Transform Converter]]
[[Category:Components:Uncategorized{{#translation:}}|Legacy Transform Converter]]
[[Category:Components{{#translation:}}|Legacy Transform Converter]]
[[Category:Components{{#translation:}}|Legacy Transform Converter]]
[[Category:ComponentStubs]]

Latest revision as of 16:30, 8 May 2025

Component image 
File:LegacyTransformConverterComponent.png
Legacy Transform Converter component as seen in the Scene Inspector

The Legacy Transform Converter component converts transforms for legacy content to the new Photon Dust 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.
Transform field drive of Float3x3 The transform field to drive with a converted value.
Emitter SphereEmitter The emitter to make conversions with.

Usage

Not to be used in new content. Acts as a Legacy content converter.

Examples

Used in old content.

See Also