Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IApplicationPlugin

Any plugin that's usable for Application should contain these methods.

memberof

PIXI

see

PIXI.Application.registerPlugin

Hierarchy

  • IApplicationPlugin

Index

Methods

Methods

destroy

  • destroy(): void
  • Called when destroying Application, scoped to Application instance.

    Returns void

init

  • Called when Application is constructed, scoped to Application instance. Passes in options as the only argument, which are Application constructor options.

    Parameters

    Returns void

Generated using TypeDoc