The '''AngularVelocityRangeInitializer''' component makes particles have a random rotation speed within a range along their orientation axis when born.
This component is part of the [[Photon Dust]] system made by [[User:Frooxius|Frooxius]].
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MinValue|Float|
|MinValue|Float| The minimum angular velocity a particle can have when born.
|MaxValue|Float|
|MaxValue|Float| The maximum angular velocity a particle can have when born.
}}
== Sync Delegates ==
{{Table ComponentTriggers
}}
}}
== Usage ==
== Usage ==
Attach to a slot, add to the list of modules in a [[Component:ParticleSystem]], and adjust the values to make the desired effect from this component.