Akashic Engine
    Preparing search index...

    Interface Camera

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

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

    Implemented by

    Index

    Properties

    Methods

    Properties

    local: boolean

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

    Methods