sample abstract method

void sample(
  1. ParticleStorage storage,
  2. int index
)

Writes the spawn position and unit emission direction for particle index into storage.

Implementation

void sample(ParticleStorage storage, int index);