UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

21 lines (13 loc) 454 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [ModelBoundingBox](./server.modelboundingbox.md) ## ModelBoundingBox type A bounding box for a model. \*\*Category:\*\* Models **Signature:** ```typescript export type ModelBoundingBox = { min: Vector3Like; max: Vector3Like; }; ``` **References:** [Vector3Like](./server.vector3like.md)