keyframes property

List<ParticleKeyframe> keyframes
final

The source control points, sorted by time, retained so the curve can be serialized and edited (the sample path uses the baked table).

Implementation

final List<ParticleKeyframe> keyframes;