Click or drag to resize

PathfindingFindPath Method (PathfindingFindPathContext, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void FindPath(
	PathfindingFindPathContext context,
	bool wait
)

Parameters

context
Type: NeoAxisPathfindingFindPathContext
wait
Type: SystemBoolean
See Also