Component:PivotFromVelocityMagnitude: Difference between revisions

From Resonite Wiki
This is probably wrong. Will anyone double check me? No! I get no peer review as I write these and everyone suffers later!
eh whatever, idk man
 
Line 7: Line 7:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|PivotBaseOffset|Float3| The offset of the pivot rotation.
|PivotBaseOffset|Float3|
|PivotClampMin|Float3| The minimum amount to pivot.
|PivotClampMin|Float3|
|PivotClampMax|Float3| The maximum amount to pivot.
|PivotClampMax|Float3|
}}
}}



Latest revision as of 11:28, 5 July 2025

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
PivotClampMin Float3
PivotClampMax Float3

Usage

Examples

See Also