如视 Five SDK
    Preparing search index...

    Interface WorkImage

    全景图

    interface WorkImage {
        back: string;
        down: string;
        front: string;
        left: string;
        right: string;
        sizeList: readonly number[];
        tiles: readonly WorkTile[];
        up: string;
        work: Work;
    }

    Hierarchy (View Summary)

    Index

    Properties

    back: string
    down: string
    front: string
    left: string
    right: string
    sizeList: readonly number[]

    分辨率表

    tiles: readonly WorkTile[]

    瓦片信息

    up: string
    work: Work