Condition

    VisualShaderNodeCompare.swift:81
    enum Condition

    Cases

    • case all

      The result will be true if all of component in vector satisfy the comparison condition.

    • case any

      The result will be true if any of component in vector satisfy the comparison condition.

    • case max

      Represents the size of the Condition enum.

    Other members in extension

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features