Interface IGraphUpdatePromise
    Public
    
    Promise representing a graph update.
This is used internally by the system to represent a graph update. Generally you shouldn't need to care about it, unless you are implementing your own graph type.
Public Methods
        
                Apply
        
                (context)
    
                    
                    Applies the update in a single atomic update.
                        Public
                    
                
        
                Prepare
        
                ()
    
                    
                    Coroutine to prepare an update asynchronously.
                        Public
                    
                Public Variables
        
                Progress
        
    
                    
                    Returns the progress of the update.
                        Public