Interface IUpdatableGraph
    Public
    
    Graphs which can be updated during runtime.
Public Methods
        
                CanUpdateAsync
        
                (o)
    
                
                
                    Public
                
            
        
                UpdateArea
        
                (o)
    
                
                Updates an area using the specified #GraphUpdateObject.
                    Public
                
            
        
                UpdateAreaInit
        
                (o)
    
                
                May be called on the Unity thread before starting the update.
                    Public
                
            
        
                UpdateAreaPost
        
                (o)
    
                
                May be called on the Unity thread after executing the update.
                    Public