Hierarchy (view full)

Constructors

Properties

isUniformsGroup: true
id: number
usage: Usage
uniforms: (Uniform<any> | Uniform<any>[])[]

Methods

  • Parameters

    Returns this

  • Parameters

    Returns this

  • Parameters

    • name: string

    Returns this

  • Parameters

    Returns this

  • Returns this

  • Fire an event type.

    Type Parameters

    • T extends "dispose"

    Parameters

    • event: BaseEvent<T> & {
          dispose: {};
      }[T]

      The event that gets fired.

    Returns void