Interface ExtensionFormat

Strict extension format that is used internally for registrations.

Memberof

PIXI

interface ExtensionFormat {
    name?: string;
    priority?: number;
    ref: any;
    type: ExtensionType[];
}

Hierarchy (view full)

Properties

Properties

name?: string

Optional. Some plugins provide an API name/property, such as Renderer plugins

priority?: number

Optional, used for sorting the plugins in a particular order

ref: any

Reference to the plugin object/class

The extension type, always expressed as multiple, even if a single

Generated using TypeDoc