DrawOrder

    CPUParticles2D.swift:21
    enum DrawOrder

    Cases

    • case index

      Particles are drawn in the order emitted.

    • case lifetime

      Particles are drawn in order of remaining lifetime. In other words, the particle with the highest lifetime is drawn at the front.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (72) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features