Function AstarWorkItem.AstarWorkItem
AstarWorkItem
(System.Action init, System.Func<bool, bool> update=null)
Creates a work item which will call the specified functions when executed.
Public
AstarWorkItem
(System.Action<IWorkItemContext> init, System.Func<IWorkItemContext, bool, bool> update=null)
Creates a work item which will call the specified functions when executed.
Public
AstarWorkItem
(System.Func<IWorkItemContext, bool, bool> update)
Creates a work item which will call the specified functions when executed.
Public
AstarWorkItem
(System.Func<bool, bool> update)
Creates a work item which will call the specified functions when executed.
Public