WorldPosition
Defined in: src/types/index.ts:263
Three-dimensional world-space position used by gameboard plans and renderers.
Properties
Section titled “Properties”x:
number
Defined in: src/types/index.ts:265
Horizontal x coordinate.
y:
number
Defined in: src/types/index.ts:267
Vertical y coordinate.
z:
number
Defined in: src/types/index.ts:269
Horizontal z coordinate.