Interface IWorkItemContext Extends IGraphUpdateContext
Public
Interface to expose a subset of the WorkItemProcessor functionality.
Public Methods
EnsureValidFloodFill
()
If a WorkItem needs to have a valid area information during execution, call this method to ensure there are no pending flood fills.
Public
PreUpdate
()
Call to send a GraphModifier.EventType.PreUpdate event to all graph modifiers.
Public
SetGraphDirty
(graph)
Trigger a graph modification event.
Public
Inherited Public Members
DirtyBounds
(bounds)
Mark a particular region of the world as having been changed.
Public
Deprecated Members
QueueFloodFill
()
Call during work items to queue a flood fill.
Public