Click or drag to resize

PathManagerMoveBodyOnPath Method

Moves the given body along the defined path.

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 MoveBodyOnPath(
	Path path,
	Body body,
	float time,
	float strength,
	float timeStep
)

Parameters

path  Path
The path.
body  Body
The body.
time  Single
The time.
strength  Single
The strength.
timeStep  Single
The time step.
See Also