Click or drag to resize

DynamicTreeTGetFatAABB Method (Int32, AABB)

Get the fat AABB for a proxy.

Namespace:  Internal.tainicom.Aether.Physics2D.Collision
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetFatAABB(
	int proxyId,
	out AABB fatAABB
)

Parameters

proxyId
Type: SystemInt32
The proxy id.
fatAABB
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The fat AABB.
See Also