Function CPUParticles2D.direction

Unit vector specifying the particles' emission direction.

Vector2 direction() nothrow @property @nogc;

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