Struct AstarWorkItem

Public

An item of work that can be executed when graphs are safe to update.

Public Methods

AstarWorkItem (update)
Public
AstarWorkItem (update)
Public
AstarWorkItem (init, update=null)
Public
AstarWorkItem (init, update=null)
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