Interface IGraphInternals
    Public
    
    Exposes internal methods for graphs.
This is used to hide methods that should not be used by any user code but still have to be 'public' or 'internal' (which is pretty much the same as 'public' as this library is distributed with source code).
Hiding the internal methods cleans up the documentation and IntelliSense suggestions.
Public Methods
        
                DeserializeExtraInfo
        
                (ctx)
    
                
                
                    Public
                
            
        
                DeserializeSettingsCompatibility
        
                (ctx)
    
                
                
                    Public
                
            
        
                DestroyAllNodes
        
                ()
    
                
                
                    Public
                
            
        
                DisposeUnmanagedData
        
                ()
    
                
                
                    Public
                
            
        
                OnDestroy
        
                ()
    
                
                
                    Public
                
            
        
                PostDeserialization
        
                (ctx)
    
                
                
                    Public
                
            
        
                ScanInternal
        
                (async)
    
                
                
                    Public
                
            
        
                SerializeExtraInfo
        
                (ctx)
    
                
                
                    Public
                
            Public Variables
        
                SerializedEditorSettings
        
    
                
                
                    Public