RTSDK
    Preparing search index...

    Type Alias AssetType

    type AssetType = {
        assetName: string;
        bottomLayerURL: string;
        creatorTags: { [key: string]: boolean };
        isPublic: true;
        tagJson: string;
        topLayerURL: string;
    }
    Index

    Properties

    assetName: string
    bottomLayerURL: string
    creatorTags: { [key: string]: boolean }
    isPublic: true
    tagJson: string
    topLayerURL: string