Class EditorBase Extends Editor
    Public
    
    Helper for creating editors.
Public Methods
        
                OnInspectorGUI
        
                ()
    
                    
                    
                        Public
                    
                Public Static Variables
        
                getDocumentationURL
        
    
                    
                    
                        Public
                            Static
                    
                Private/Protected Members
        
                BoundsField
        
                (propertyPath)
    
                    
                    Bounds field using center/size instead of center/extent.
                        Protected
                    
                
        
                ByteAsToggle
        
                (propertyPath)
    
                    
                    
                        Protected
                    
                
        
                CaptureContextClick
        
                (propertyPath)
    
                    
                    
                        Private
                    
                
        
                Clamp
        
                (prop, min, max=…)
    
                    
                    
                        Protected
                    
                
        
                Clamp
        
                (name, min, max=…)
    
                    
                    
                        Protected
                    
                
        
                ClampInt
        
                (name, min, max=…)
    
                    
                    
                        Protected
                    
                
        
                FindLocalTooltip
        
                (path)
    
                    
                    
                        Private
                    
                
        
                FindProperty
        
                (name)
    
                    
                    
                        Protected
                    
                
        
                FindTooltip
        
                (path)
    
                    
                    
                        Private
                            Static
                    
                
        
                FindURL
        
                (type, path)
    
                    
                    
                        Private
                            Static
                    
                
        
                FindURL
        
                (path)
    
                    
                    
                        Private
                            Static
                    
                
        
                FloatField
        
                (propertyPath, label=null, tooltip=null, min=…, max=…)
    
                    
                    
                        Protected
                    
                
        
                FloatField
        
                (prop, label=null, tooltip=null, min=…, max=…)
    
                    
                    
                        Protected
                    
                
        
                Inspector
        
                ()
    
                    
                    
                        Protected
                    
                
        
                InspectorForRemainingAttributes
        
                (showHandled, showUnhandled)
    
                    
                    Draws an inspector for all fields that are likely not handled by the editor script itself.
                        Protected
                    
                
        
                IntSlider
        
                (propertyPath, left, right)
    
                    
                    
                        Protected
                    
                
        
                IsContextClick
        
                ()
    
                    
                    
                        Private
                    
                
        
                LoadMeta
        
                ()
    
                    
                    
                        Private
                            Static
                    
                
        
                Mask
        
                (propertyPath, options, label=null)
    
                    
                    
                        Protected
                    
                
        
                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
                    
                
        
                Section
        
                (label)
    
                    
                    
                        Protected
                    
                
        
                SectionEnableable
        
                (label, enabledProperty)
    
                    
                    
                        Protected
                    
                
        
                Slider
        
                (propertyPath, left, right)
    
                    
                    
                        Protected
                    
                
        
                cachedTooltips
        
    
                    
                    
                        Private
                            Static
                    
                
        
                cachedURLs
        
    
                    
                    
                        Private
                            Static
                    
                
        
                content
        
    
                    
                    
                        Private
                            Static
                    
                
        
                localTooltips
        
    
                    
                    
                        Private
                    
                
        
                noOptions
        
    
                    
                    
                        Private
                            Static
                    
                
        
                props
        
    
                    
                    
                        Private
                    
                
        
                remainingUnhandledProperties
        
    
                    
                    
                        Protected
                    
                
        
                showInDocContent
        
    
                    
                    
                        Private
                            Static