The '''UniformSizeOverLifetimeStartEnd''' component makes particles in a particle system start with a size and lerp towards an end size over their lifetime.
This component is part of the [[Photon Dust]] system made by [[User:Frooxius|Frooxius]].
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|StartSize|Float|
|StartSize|Float| The size that particles have when starting or being born.
|EndSize|Float|
|EndSize|Float| The size that particles go towards as their lifetime decreases.
}}
== 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.