Component:LegacyAdapter

From Resonite Wiki
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