Interface IUpdatableGraph
    Public
    
    Graphs which can be updated during runtime.
Public Methods
        
                CanUpdateAsync
        
                (o)
    
                    
                    
                        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