roavatar-renderer
    Preparing search index...

    Type Alias AssetMetaJson

    type AssetMetaJson = {
        headShape?: "Invalid" | string | number;
        order?: number | null;
        position?: VecXYZ | Vecxyz | null;
        puffiness?: number | null;
        rotation?: VecXYZ | Vecxyz | null;
        scale?: VecXYZ | Vecxyz | null;
        staticFacialAnimation?: boolean;
        version?: number;
    }
    Index

    Properties

    headShape?: "Invalid" | string | number
    order?: number | null
    position?: VecXYZ | Vecxyz | null
    puffiness?: number | null
    rotation?: VecXYZ | Vecxyz | null
    scale?: VecXYZ | Vecxyz | null
    staticFacialAnimation?: boolean
    version?: number