rapid-render
    Preparing search index...

    Interface IAssets

    Interface for the assets storage structure.

    interface IAssets {
        audio: { [key: string]: AudioPlayer };
        images: { [key: string]: Texture };
        json: { [key: string]: any };
    }
    Index

    Properties

    Properties

    audio: { [key: string]: AudioPlayer }
    images: { [key: string]: Texture }
    json: { [key: string]: any }