Interface PolyverseAssetLibraryCategory

The PolyverseAssetLibraryCategory structure represents a category in the Polyverse Asset Library.

interface PolyverseAssetLibraryCategory {
    Count: number;
    IconURL?: string;
    Name: string;
}

Properties

Properties

Count: number
IconURL?: string
Name: string