Preparing search index...

    Defines a binding parameter for a render pass with metadata for UI presentation and value constraints.

    Index

    Constructors

    Properties

    defaultValue?: number

    Initial numeric value for the binding parameter.

    hint: string

    Tooltip or help text displayed in the UI.

    label: string

    Human-readable name shown in the UI.

    max?: number

    Maximum allowed numeric value.

    min?: number

    Minimum allowed numeric value.

    name: string

    Unique identifier for the binding parameter.

    step?: number

    Increment step size for numeric input.

    Data type of the binding parameter.

    values: PassBinding[]

    Array of valid string values for enum-type bindings.