The '''SizeSineMultiplier''' component makes particles multiply their size on start with a value sampled from a Sine Wave based on the time they were emitted in a particle system.
This component is part of the [[Photon Dust]] system made by [[User:Frooxius|Frooxius]].
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Speed|Float3|
|Speed|Float3| The speed that the Sine Wave changes.
|Offset|Float3|
|Offset|Float3| The initial offset of the Sine Wave function.
|MinMultiplier|Float3|
|MinMultiplier|Float3| The minimum value outputted by the sinewave function.
|MaxMultiplier|Float3|
|MaxMultiplier|Float3| The maximum value outputted by the sinewave function.
}}
== 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.
== Examples ==
== Examples ==
{{stub}}
== See Also ==
== See Also ==
* [[Component:ParticleSystem]]
* [[Photon Dust]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Size Sine Multiplier]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Size Sine Multiplier]]
[[Category:Components{{#translation:}}|Size Sine Multiplier]]
[[Category:Components{{#translation:}}|Size Sine Multiplier]]
Size Sine Multiplier component as seen in the Scene Inspector
The SizeSineMultiplier component makes particles multiply their size on start with a value sampled from a Sine Wave based on the time they were emitted in a particle system.