Function CPUParticles.emissionPoints

Sets the initial positions to spawn particles when using constant EMISSION_SHAPE_POINTS or constant EMISSION_SHAPE_DIRECTED_POINTS.

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

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