mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 10:52:35 +00:00
Particles data driven (#388)
* yay, a start on data driven particles * added data driven support for all particle profiles * pretty much finished all of the particle serialization code * resolved an inconsistency with the interpolators
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
public class RotationInterpolator : IInterpolator
|
||||
{
|
||||
private float _delta;
|
||||
|
||||
public float StartValue { get; set; }
|
||||
|
||||
public float EndValue
|
||||
|
||||
Reference in New Issue
Block a user