如视 Five SDK
    Preparing search index...

    Interface WorkVideo

    全景视频贴片

    interface WorkVideo {
        matrix: Matrix4;
        size: Vector2;
        source: string;
        work: Work;
    }
    Index

    Properties

    Properties

    matrix: Matrix4

    视频源变化矩阵

    size: Vector2

    视频源长宽尺寸

    source: string

    视频源 url

    work: Work