Component:LegacyAdapter: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Legacy Adapter
|Name=Legacy Adapter
}}
}}
The '''Legacy Adapter''' component
The '''Legacy Adapter''' component is used in converted legacy particle systems that were converted to [[PhotonDust]] as part of [[The Performance Updates]].
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ForceDirection|Bool|
|ForceDirection|Bool| Whether to use force direction.
|ForcedDirection|Float3|
|ForcedDirection|Float3| The forced direction.
|DirectionMode|{{RootFieldType|FieldDrive`1|[[Type:LineEmitterDirection|LineEmitterDirection]]}}|TypeAdv2=true|
|DirectionMode|{{RootFieldType|FieldDrive`1|[[Type:LineEmitterDirection|LineEmitterDirection]]}}|TypeAdv2=true| <code>ForceDirection</code> and <code>ForcedDirection</code> converted to PhotonDust direction mode.
|Direction0|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv3=true|
|Direction0|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv3=true| <code>ForceDirection</code> and <code>ForcedDirection</code> converted to PhotonDust direction vector.
|Direction1|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true|
|Direction1|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true| <code>ForceDirection</code> and <code>ForcedDirection</code> converted to PhotonDust direction vector.
}}
}}


== Usage ==
== Usage ==
Not used directly by the user. part of legacy content.


== Examples ==
== Examples ==
Found in legacy content.


== See Also ==
== See Also ==
Line 23: Line 24:
[[Category:Components:Uncategorized{{#translation:}}|Legacy Adapter]]
[[Category:Components:Uncategorized{{#translation:}}|Legacy Adapter]]
[[Category:Components{{#translation:}}|Legacy Adapter]]
[[Category:Components{{#translation:}}|Legacy Adapter]]
[[Category:ComponentStubs]]

Latest revision as of 17:47, 7 April 2025

Component image 
File:LegacyAdapterComponent.png
Legacy Adapter component as seen in the Scene Inspector

The Legacy Adapter component is used in converted legacy particle systems that were converted to PhotonDust as part of The Performance Updates.

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.
ForceDirection Bool Whether to use force direction.
ForcedDirection Float3 The forced direction.
DirectionMode field drive of LineEmitterDirection ForceDirection and ForcedDirection converted to PhotonDust direction mode.
Direction0 field drive of Float3 ForceDirection and ForcedDirection converted to PhotonDust direction vector.
Direction1 field drive of Float3 ForceDirection and ForcedDirection converted to PhotonDust direction vector.

Usage

Not used directly by the user. part of legacy content.

Examples

Found in legacy content.

See Also