Function CPUParticles.emissionNormals

Sets the direction the particles will be emitted in when using constant EMISSION_SHAPE_DIRECTED_POINTS.

PoolArray!(godot.core.vector3.Vector3) emissionNormals() nothrow @property @nogc;

void emissionNormals (
  PoolArray!(godot.core.vector3.Vector3) v
) nothrow @property @nogc;