Viewer
    Preparing search index...

    Interface IRestrictionDefinition

    interface IRestrictionDefinition {
        id: string;
        type: "geometry" | "camera_plane" | "line" | "plane" | "point";
        rotation?: Rotation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The unique id of the restriction.

    type: "geometry" | "camera_plane" | "line" | "plane" | "point"

    The type of the restriction.

    rotation?: Rotation

    Optional rotation of the restriction.