Function CPUParticles.direction

Unit vector specifying the particles' emission direction.

Vector3 direction() nothrow @property @nogc;

void direction (
  Vector3 v
) nothrow @property @nogc;