Struct AstarWorkItem

Public

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

Public Methods

Creates a work item which will call the specified functions when executed.

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