Skip to content

Files

Latest commit

9c46831 · Dec 22, 2024

History

History
22 lines (17 loc) · 529 Bytes

Box3D.md

File metadata and controls

22 lines (17 loc) · 529 Bytes

Box3D

Defines a box in 3D space. Can be used for collision and overlap detection.

Inheritance:


GetExtents

Gets the extents of the box. Note: These are the full extents, not half-extents.

Sig: extents = Box3D:GetExtents()

  • Ret: Vector extents Extents of box

SetExtents

Sets the extents of the box. Note: These are the full extents, not half-extents.

Sig: Box3D:SetExtents(extents)

  • Arg: Vector extents Extents of box