position

    Particle starts at the specified position.

    GPUParticles2D.swift:44
    case position

    Other cases

    • 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.

    • case custom

      Particle starts with specified CUSTOM data.