Class ShaderParameterCustomAttribute

Contains information about a single shader parameter custom attribute.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_name: string
_parameters: string[]

Accessors

  • get name(): string
  • Name of the parameter variable.

    Returns string

  • get parameters(): string[]
  • Variable identifier of the parameter.

    Returns string[]

Methods