如视 Five SDK
    Preparing search index...

    Interface WorkTile

    interface WorkTile {
        back: string;
        down: string;
        front: string;
        left: string;
        level: number;
        right: string;
        scale: number;
        size: number;
        up: string;
        work: Work;
    }

    Hierarchy (View Summary)

    Index

    Properties

    back: string
    down: string
    front: string
    left: string
    level: number

    层级

    right: string
    scale: number

    缩放比例

    size: number

    尺寸

    up: string
    work: Work