Component:LegacyAlignmentSizingAdapter

From Resonite Wiki
Component image 
File:LegacyAlignmentSizingAdapterComponent.png
Legacy Alignment Sizing Adapter component as seen in the Scene Inspector

The LegacyAlignmentSizingAdapter 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.
LengthScale Float The original length scale from legacy content.
VelocityScale Float The original velocity scale from legacy content.
Alignment LegacyParticleAlignment The original alignment from legacy content.
ParticleMesh direct RelayRef`1<AssetRef`1<Mesh>> The particle mesh this is using.
UsingStretch raw output of Bool LengthScale, VelocityScale, and Alignment are used to generate this value, and can be used in PhotonDust.
RotationSimulator field drive of Bool LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
OrientByVelocity field drive of Bool LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
PivotModule field drive of Bool LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
UseLocalRotation field drive of Bool LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
SizeModifierEnabled field drive of Bool LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
SizeOffsetByvelocityEnabled field drive of Bool LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
OrientUp field drive of Float3 LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
LengthSizeMultiplier field drive of Float3 LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
VelocitySizeMultiplier field drive of Float3 LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
PivotMultiplier field drive of Float3 LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
BillboardAlignment field drive of BillboardRenderBufferRenderer.BillboardAlignment LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.
MeshAlignment field drive of MeshRenderBufferRenderer.MeshAlignment LengthScale, VelocityScale, and Alignment are used to generate the drive value for the target field specified in this, and is used to drive a field of the same name on another component in PhotonDust.

Usage

Not used directly by the user. don't use this to make new content!

Examples

Used in legacy content for particle systems.

See Also