Rewrote the particles to allow for more advanced particles.

+ Particles can now be detached from the object.
+ Each particle now has an own Lifetime, that can be controlled.
+ Particles can now appear in a continuous way.
This commit is contained in:
Michel Fedde 2021-05-11 21:44:45 +02:00
parent 651628401d
commit db7f01dca1
9 changed files with 171 additions and 109 deletions

View file

@ -33,7 +33,7 @@ namespace SM.Base.Time
/// <summary>
/// The target time in seconds.
/// </summary>
public float Target { get; }
public float Target { get; set; }
/// <summary>
/// The already elapsed time but normalized to the target.