gameforge - v0.1.12
    Preparing search index...

    Interface ExtensionFormat

    Strict extension format that is used internally for registrations.

    PIXI

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

    Hierarchy (View Summary)

    Index

    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