roavatar-renderer
    Preparing search index...

    Type Alias OutfitJson

    type OutfitJson = {
        assets?: AssetJson[];
        bodyColor3s?: BodyColor3sJson;
        bodyColors?: BodyColorsJson;
        collections?: string[];
        creationDate?: number;
        creatorId?: number;
        id?: number;
        name?: string;
        outfitId?: number;
        outfitType?: string;
        playerAvatarType?: AvatarType;
        scale?: ScaleJson;
        scales?: ScaleJson;
    }
    Index

    Properties

    assets?: AssetJson[]
    bodyColor3s?: BodyColor3sJson
    bodyColors?: BodyColorsJson
    collections?: string[]
    creationDate?: number
    creatorId?: number
    id?: number
    name?: string
    outfitId?: number
    outfitType?: string
    playerAvatarType?: AvatarType
    scale?: ScaleJson
    scales?: ScaleJson