clik-engine API
    Preparing search index...

    Interface AssetEntry

    interface AssetEntry {
        atlasPath?: string;
        frameConfig?: ImageFrameConfig;
        key: string;
        path: string | string[];
        type: "image" | "atlas" | "audio" | "spritesheet" | "json" | "tilemapJSON";
    }
    Index

    Properties

    atlasPath?: string
    frameConfig?: ImageFrameConfig
    key: string
    path: string | string[]
    type: "image" | "atlas" | "audio" | "spritesheet" | "json" | "tilemapJSON"