Component:PivotFromVelocityMagnitude

From Resonite Wiki
Revision as of 11:17, 5 July 2025 by 989onan (talk | contribs) (This is probably wrong. Will anyone double check me? No! I get no peer review as I write these and everyone suffers later!)
Component image 
File:PivotFromVelocityMagnitudeComponent.png
Pivot From Velocity Magnitude component as seen in the Scene Inspector

The Pivot From Velocity Magnitude component is used in Photon Dust to make particles rotate based on their velocity direction on a pivot.

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.
PivotBaseOffset Float3 The offset of the pivot rotation.
PivotClampMin Float3 The minimum amount to pivot.
PivotClampMax Float3 The maximum amount to pivot.

Usage

Examples

See Also