phaser - v4.0.0-rc.4
    Preparing search index...
    type AtlasXMLFileConfig = {
        atlasExtension?: string;
        atlasURL?: string;
        atlasXhrSettings?: XHRSettingsObject;
        key: string;
        normalMap?: string;
        textureExtension?: string;
        textureURL?: string;
        textureXhrSettings?: XHRSettingsObject;
    }
    Index

    Properties

    atlasExtension?: string

    The default file extension to use for the atlas xml if no url is provided.

    atlasURL?: string

    The absolute or relative URL to load the atlas xml file from.

    atlasXhrSettings?: XHRSettingsObject

    Extra XHR Settings specifically for the atlas xml file.

    key: string

    The key of the file. Must be unique within both the Loader and the Texture Manager.

    normalMap?: string

    The filename of an associated normal map. It uses the same path and url to load as the texture image.

    textureExtension?: string

    The default file extension to use for the image texture if no url is provided.

    textureURL?: string

    The absolute or relative URL to load the texture image file from.

    textureXhrSettings?: XHRSettingsObject

    Extra XHR Settings specifically for the texture image file.