如视 Five SDK
    Preparing search index...

    Type Alias ParseOptions

    type ParseOptions = {
        baseURL?: string;
        jsonp?: boolean;
        shortPath?: boolean;
        transform?: THREE.Matrix4 | number[];
        workCode?: string | ((input: any) => string);
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseURL?: string

    重写资源前缀

    jsonp?: boolean

    资源使用 jsonp 方式发布

    shortPath?: boolean

    资源地址使用短地址

    transform?: THREE.Matrix4 | number[]

    位姿

    workCode?: string | ((input: any) => string)

    重置 WorkCode