Type alias ExtendedBox<T>

ExtendedBox<T>: IBox & {
    origin: IPoint;
    tile: IPoint3;
    value: T;
}

A box that is context aware with its tile coordinates and storage value, used for hit scan operations

Date

3/14/2023 - 12:13:56 PM

Export

Type Parameters

  • T

Generated using TypeDoc