Click or drag to resize

PathManagerConvertPathToEdges Method

Convert a path into a set of edges and attaches them to the specified body. Note: use only for static edges.

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void ConvertPathToEdges(
	Path path,
	Body body,
	int subdivisions
)

Parameters

path  Path
The path.
body  Body
The body.
subdivisions  Int32
The subdivisions.
See Also