如视 Five SDK
    Preparing search index...

    Interface LooseWorkWithExtrinsics

    interface LooseWorkWithExtrinsics {
        baseURL?: string;
        jsonp?: boolean;
        shortPath?: boolean;
        transform?: number[] | Matrix4;
        work: LooseWork;
        workCode?: string | ((input: any) => string);
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseURL?: string

    重写资源前缀

    jsonp?: boolean

    资源使用 jsonp 方式发布

    shortPath?: boolean

    资源地址使用短地址

    transform?: number[] | Matrix4

    位姿

    work: LooseWork

    work 数据

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

    重置 WorkCode