Class EditorBase Extends Editor
    Public
    
    Helper for creating editors.
Public Methods
        
                OnInspectorGUI
        
                ()
    
                
                
                    Public
                
            Private/Protected Members
        
                cachedTooltips
        
    
                
                
                    Private
                        Static
                
            
        
                cachedURLs
        
    
                
                
                    Private
                        Static
                
            
        
                CaptureContextClick
        
                (propertyPath)
    
                
                
                    Private
                
            
        
                Clamp
        
                (name, min, max=…)
    
                
                
                    Protected
                
            
        
                ClampInt
        
                (name, min, max=…)
    
                
                
                    Protected
                
            
        
                content
        
    
                
                
                    Private
                        Static
                
            
        
                FindLocalTooltip
        
                (path)
    
                
                
                    Private
                
            
        
                FindProperty
        
                (name)
    
                
                
                    Protected
                
            
        
                FindTooltip
        
                (path)
    
                
                
                    Private
                        Static
                
            
        
                FindURL
        
                (path)
    
                
                
                    Private
                        Static
                
            
        
                FindURL
        
                (type, path)
    
                
                
                    Private
                        Static
                
            
        
                Inspector
        
                ()
    
                
                
                    Protected
                
            
        
                IntSlider
        
                (propertyPath, left, right)
    
                
                
                    Protected
                
            
        
                IsContextClick
        
                ()
    
                
                
                    Private
                
            
        
                LoadMeta
        
                ()
    
                
                
                    Private
                        Static
                
            
        
                localTooltips
        
    
                
                
                    Private
                
            
        
                Mask
        
                (propertyPath, options, label=null)
    
                
                
                    Protected
                
            
        
                noOptions
        
    
                
                
                    Private
                        Static
                
            
        
                OnEnable
        
                ()
    
                
                
                    Protected
                
            
        
                Popup
        
                (propertyPath, options, label=null)
    
                
                
                    Protected
                
            
        
                PropertyField
        
                (propertyPath, label=null, tooltip=null)
    
                
                
                    Protected
                
            
        
                PropertyField
        
                (prop, label=null, tooltip=null)
    
                
                
                    Protected
                
            
        
                PropertyField
        
                (prop, label, tooltip, propertyPath)
    
                
                
                    Private
                
            
        
                props
        
    
                
                
                    Private
                
            
        
                showInDocContent
        
    
                
                
                    Private
                        Static