custom

    Particle starts with specified CUSTOM data.

    GPUParticles3D.swift:53
    case custom

    Other cases

    • case position

      Particle starts at the specified position.

    • case rotationScale

      Particle starts with specified rotation and scale.

    • case velocity

      Particle starts with the specified velocity vector, which defines the emission direction and speed.

    • case color

      Particle starts with specified color.