Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAABB()

Get the world AABB that bounds all the shapes attached to this body. If there are no shapes attached to the body then the returned AABB is empty and centered on the body origin.
Read time 1 minuteLast updated 12 days ago

Definition

public PhysicsAABB GetAABB()

Returns

Type

Description

PhysicsAABBThe world AABB that bounds all the shapes attached to this body.