Script API - v1.21.130.26
    Preparing search index...

    Interface TickingAreaOptionsBeta

    Options to create a ticking area using the TickingAreaManager.

    interface TickingAreaOptions {
        dimension: Dimension;
        from: Vector3;
        to: Vector3;
    }
    Index

    Properties

    Properties

    dimension: Dimension

    The dimension the ticking area will be in.

    from: Vector3

    Corner block location of the bounding box.

    Opposite corner block location of the bounding box.