Options to create a ticking area using the TickingAreaManager.
export interface TickingAreaOptions { dimension: Dimension; from: Vector3; to: Vector3;} Copy
export interface TickingAreaOptions { dimension: Dimension; from: Vector3; to: Vector3;}
The dimension the ticking area will be in.
Corner block location of the bounding box.
Opposite corner block location of the bounding box.
Options to create a ticking area using the TickingAreaManager.
Source