Class ShaderParameter

Contains information about a single shader parameter.

Constructors

Properties

_customAttributes: ShaderParameterCustomAttribute[]
_identifier: string
_name: string

Accessors

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

    Returns string

  • set identifier(value): void
  • Parameters

    • value: string

    Returns void

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

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

Methods