Click or drag to resize

ChainShapeGetChildEdge Method

Get a child edge.

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 EdgeShape GetChildEdge(
	int index
)

Parameters

index  Int32
The index.

Return Value

EdgeShape
See Also