max

    Represents the size of the EmissionShape enum.

    CPUParticles3D.swift:127
    case max

    Other cases

    • case point

      All particles will be emitted from a single point.

    • case sphere

      Particles will be emitted in the volume of a sphere.

    • case sphereSurface

      Particles will be emitted on the surface of a sphere.

    • case box

      Particles will be emitted in the volume of a box.

    • case points

      Particles will be emitted at a position chosen randomly among emissionPoints. Particle color will be modulated by emissionColors.

    • case directedPoints

      Particles will be emitted at a position chosen randomly among emissionPoints. Particle velocity and rotation will be set based on emissionNormals. Particle color will be modulated by emissionColors.

    • case ring

      Particles will be emitted in a ring or cylinder.