Interface ISystem<InitOptions, DestroyOptions>

Interface for systems used by the PIXI.Renderer.

Memberof

PIXI

interface ISystem<InitOptions, DestroyOptions> {
    destroy?(options?): void;
    init?(options?): void;
}

Type Parameters

  • InitOptions = null
  • DestroyOptions = null

Implemented by

Methods

Methods

  • Generic destroy methods to be overridden by the subclass

    Parameters

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc