ParticlesDrawOrder

    RenderingServer.swift:757
    enum ParticlesDrawOrder

    Cases

    • case index

      Draw particles in the order that they appear in the particles array.

    • case lifetime

      Sort particles based on their lifetime. In other words, the particle with the highest lifetime is drawn at the front.

    • case reverseLifetime

      Sort particles based on the inverse of their lifetime. In other words, the particle with the lowest lifetime is drawn at the front.

    • case viewDepth

      Sort particles based on their distance to the camera.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features