BoardBounds
Defined in: packages/declarative-hex-worlds/src/camera/camera.ts:18
Axis-aligned world-space bounds of a board (over the board plane + elevation).
Properties
Section titled “Properties”center
Section titled “center”
readonlycenter:WorldPosition
Defined in: packages/declarative-hex-worlds/src/camera/camera.ts:22
Center of the bounds — the natural look-at target.
readonlymax:WorldPosition
Defined in: packages/declarative-hex-worlds/src/camera/camera.ts:20
readonlymin:WorldPosition
Defined in: packages/declarative-hex-worlds/src/camera/camera.ts:19
readonlysize:WorldPosition
Defined in: packages/declarative-hex-worlds/src/camera/camera.ts:24
Full extent along each axis (max - min).