color

    Particle starts with specified color.

    GPUParticles3D.swift:51
    case color

    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 custom

      Particle starts with specified CUSTOM data.