Struct AstarWorkItem
Public
An item of work that can be executed when graphs are safe to update.
See
AstarPath.UpdateGraphs
AstarPath.AddWorkItem
Public Methods
AstarWorkItem
(update)
Creates a work item which will call the specified functions when executed.
Public
AstarWorkItem
(update)
Creates a work item which will call the specified functions when executed.
Public
AstarWorkItem
(init, update=null)
Creates a work item which will call the specified functions when executed.
Public
AstarWorkItem
(init, update=null)
Creates a work item which will call the specified functions when executed.
Public
Public Variables
init
Init function.
Public
initWithContext
Init function.
Public
update
Update function, called once per frame when the work item executes.
Public
updateWithContext
Update function, called once per frame when the work item executes.
Public