Click or drag to resize

FixtureGetAABB Method

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.Dynamics
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetAABB(
	out AABB aabb,
	int childIndex
)

Parameters

aabb
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The aabb.
childIndex
Type: SystemInt32
Index of the child.
See Also