Skip to content

Particle.TrailFrameIndices Field

Definition

Namespace: Brine2D.Systems.Rendering

Per-slot animation frame index recorded at the moment each trail position is written. Ensures trail segments use the frame that was active when that position was laid down, not the particle's current \(potentially advanced\) frame.

C#
internal int[]? TrailFrameIndices;

Field Value

System.Int32[]