PIXI.ExtensionFormatLoose

interface ExtensionFormatLoose

Format when registering an extension. Generally, the extension should have these values as extension static property, but you can override name or type by providing an object.

Summary


Properties from ExtensionFormatLoose

string
name

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

any
ref

Reference to the plugin object/class

PIXI.ExtensionType | PIXI.ExtensionType[]
type

The extension type, can be multiple types

Public Properties


name index.ts:43
name: string

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

ref index.ts:45
ref: any

Reference to the plugin object/class

type index.ts:41
type: PIXI.ExtensionType | PIXI.ExtensionType[]

The extension type, can be multiple types


Powered by webdoc!