GetObjectBoundingBox

From Onset Developer Wiki
Revision as of 11:27, 2 November 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetObjectBoundingBox

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the local bounds of the object.

Syntax

GetObjectBoundingBox(object)

Parameters

  • object
    The object identifier.

Return Value

  • Returns 6 floats: MinX, MinY, MinZ, MaxX, MaxY, MaxZ

Min is the origin (pivot) minus the extent of the object. Max is the origin (pivot) plus the extent of the object.

Example

See example from the map editor on GitHub.

See also