Interface Camera

カメラを表すインターフェース。

interface Camera {
    local: boolean;
    serialize(): any;
}

Implemented by

Properties

Methods

Properties

local: boolean

このカメラがローカルであるか否か。

Methods