ParticleKeyframe class Particles
One control point of a ParticleCurve: a value at normalized time t
(in [0, 1]).
Constructors
- ParticleKeyframe(double t, double value)
-
Creates a keyframe placing
valueat normalized timet.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited