Component:AngularVelocityDrag: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Angular Velocity Drag
|Name=Angular Velocity Drag
}}
}}
The '''Angular Velocity Drag''' component
The '''Angular Velocity Drag''' component reduces the angular momentum of particles in a particle system over time.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Drag|Float|
|Drag|Float| How much force to apply to slow down. like resistance.
}}
}}


Line 19: Line 18:
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Angular Velocity Drag]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Angular Velocity Drag]]
[[Category:Components{{#translation:}}|Angular Velocity Drag]]
[[Category:Components{{#translation:}}|Angular Velocity Drag]]
[[Category:ComponentStubs]]

Latest revision as of 22:13, 18 March 2025

Component image 
Angular Velocity Drag component as seen in the Scene Inspector

The Angular Velocity Drag component reduces the angular momentum of particles in a particle system over time.

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.
Drag Float How much force to apply to slow down. like resistance.

Usage

Examples

See Also