Get the fixture's AABB. This AABB may be enlarge and/or stale.
If you need a more accurate AABB, compute it using the Shape and
the body transform.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void GetAABB(
out AABB aabb,
int childIndex
)
Parameters
- aabb AABB
- The aabb.
- childIndex Int32
- Index of the child.
See Also