Viewer
    Preparing search index...

    Interface ICameraPlaneRestrictionDefinition

    interface ICameraPlaneRestrictionDefinition {
        id: string;
        type: "camera_plane";
        rotation?: Rotation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The unique id of the restriction.

    type: "camera_plane"

    The type of the restriction.

    rotation?: Rotation

    Optional rotation of the restriction.