PathManagerMoveBodyOnPath Method |
Moves the given body along the defined path.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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