You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Physics Library > BB

19.5.1 BB

bb = physics.Shape:BB()

Parameter

Type

Description

self

in physics.Shape

The input Shape

bb

out physics.BB

Bounding box of the Shape

Returns the bounding box of the shape.

Introduced in platform.apiLevel = '2.0'