Polarith AI
1.8

◆ BoundsType

enum BoundsType
strong

Intended to distinguish between the different types of bounding boxes, e.g., within the bounds behaviours (Pro only).

Enumerator
ColliderAABB 

Selects axis-aligned bounding boxes (AABB) in world coordinates.

ColliderOBB 

Selects oriented bounding boxes (OBB) in local coordinates.

Visual 

Selects visual (sprite/mesh) bounds in local coordinates.

In order for this to work with meshes, a received object must not be static, or otherwise, no visual bounds can be received.

Imprint