CPUParticles2D.emissionNormals

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

  1. PoolVector2Array emissionNormals [@property getter]
  2. PoolVector2Array emissionNormals [@property setter]
    struct CPUParticles2D
    @nogc nothrow @property
    void
    emissionNormals
    (
    PoolVector2Array v
    )

Meta