Qualifier

    VisualShaderNodeParameter.swift:13
    enum Qualifier

    Cases

    • case none

      The parameter will be tied to the ShaderMaterial using this shader.

    • case global

      The parameter will use a global value, defined in Project Settings.

    • case instance

      The parameter will be tied to the node with attached ShaderMaterial using this shader.

    • case max

      Represents the size of the Qualifier enum.

    Other members in extension

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features