Click or drag to resize

CircleShapeComputeAABB Method


Namespace: Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override void ComputeAABB(
	out AABB aabb,
	ref Transform transform,
	int childIndex
)

Parameters

aabb  AABB
 
transform  Transform
 
childIndex  Int32
 
See Also