Component:PivotFromVelocityMagnitude: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
This is probably wrong. Will anyone double check me? No! I get no peer review as I write these and everyone suffers later!
Line 3: Line 3:
|Name=Pivot From Velocity Magnitude
|Name=Pivot From Velocity Magnitude
}}
}}
The '''Pivot From Velocity Magnitude''' component
The '''Pivot From Velocity Magnitude''' component is used in [[Photon Dust]] to make particles rotate based on their velocity direction on a pivot.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|PivotBaseOffset|Float3|
|PivotBaseOffset|Float3| The offset of the pivot rotation.
|PivotClampMin|Float3|
|PivotClampMin|Float3| The minimum amount to pivot.
|PivotClampMax|Float3|
|PivotClampMax|Float3| The maximum amount to pivot.
}}
}}


Line 18: Line 17:


== See Also ==
== See Also ==
* [[Photon Dust]]


[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Pivot From Velocity Magnitude]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Pivot From Velocity Magnitude]]
[[Category:Components{{#translation:}}|Pivot From Velocity Magnitude]]
[[Category:Components{{#translation:}}|Pivot From Velocity Magnitude]]
[[Category:ComponentStubs]]

Revision as of 11:17, 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 The offset of the pivot rotation.
PivotClampMin Float3 The minimum amount to pivot.
PivotClampMax Float3 The maximum amount to pivot.

Usage

Examples

See Also