Function AstarPath.AddWorkItem

AddWorkItem (AstarWorkItem item)

Add a work item to be processed when pathfinding is paused.

Public
AddWorkItem (System.Action callback)

Add a work item to be processed when pathfinding is paused.

Public
AddWorkItem (System.Action<IWorkItemContext> callback)

Add a work item to be processed when pathfinding is paused.

Public