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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public EdgeShape GetChildEdge(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: EdgeShape
See Also