OptionaldampingMultiplicative damping applied each second. e.g. 0.9 means the value is multiplied by 0.9^deltaTime every frame.
OptionaldeltaExplicit per-second delta override. If omitted it is derived from start/end/lifetime automatically.
OptionalendEnding value. Defaults to start if omitted (no change over time).
OptionalstartStarting value (scalar, range tuple, or fixed value).
Describes an animated attribute: it transitions from
starttoendover the particle's lifetime, optionally with a per-second damping factor.