Interface IWorkItemContext
    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
                    
                Deprecated Members
        
                QueueFloodFill
        
                ()
    
                    
                    Call during work items to queue a flood fill.
                        Public