19.5.8
rawBB
bb = physics.Shape:rawBB()
Parameter |
Type |
Description |
---|---|---|
self |
in physics.Shape |
The input Shape |
bb |
out physics.BB |
The bounding box of the Shape |
Returns the bounding box of the shape. Only valid after a call to physics.Shape:BB() or physics.Space:step().
Introduced in platform.apiLevel = '2.0'