roavatar-renderer
    Preparing search index...

    Type Alias OutfitModelThumbnailOptions

    type OutfitModelThumbnailOptions = {
        gltfAutoDownload: boolean;
        includeAnimations: boolean;
        quality: number;
        size: Vec2;
        type: ThumbnailType;
    }
    Index

    Properties

    gltfAutoDownload: boolean
    includeAnimations: boolean
    quality: number
    size: Vec2