Options to create a ticking area using the TickingAreaManager.

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

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.