Hint

    VisualShaderNodeIntParameter.swift:13
    enum Hint

    Cases

    • case none

      The parameter will not constrain its value.

    • case range

      The parameter’s value must be within the specified min/max range.

    • case rangeStep

      The parameter’s value must be within the specified range, with the given step between values.

    • case max

      Represents the size of the Hint enum.

    Other members in extension

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features