RSX Code Reference
    Preparing search index...

    Interface PolyverseLibraryAssetContents

    The PolyverseLibraryAssetContents structure represents the contents of an asset library in the Polyverse Asset Library.

    interface PolyverseLibraryAssetContents {
        Assets: PolyverseAssetObject[];
        Categories?: { [key: string]: number };
        Total: number;
    }
    Index
    Categories?: { [key: string]: number }
    Total: number