Class SystemObjectInspector
  
  
  
  
    Inheritance
    
    
    SystemObjectInspector
   
  
  Namespace: Ludiq
  
  Syntax
  
    public class SystemObjectInspector : Inspector, IDisposable
   
  Constructors
  
  
  
  
  SystemObjectInspector(Accessor)
  
  
  Declaration
  
    public SystemObjectInspector(Accessor accessor)
   
  Parameters
  
  Properties
  
  
  
  
  chooseType
  
  
  Declaration
  
    public bool chooseType { get; }
   
  Property Value
  
  
  
  
  showValue
  
  
  Declaration
  
    public bool showValue { get; }
   
  Property Value
  
  
  
  
  typeFilter
  
  
  Declaration
  
    public TypeFilter typeFilter { get; }
   
  Property Value
  
  Methods
  
  
  
  
  GetControlHeight(Single)
  
  
  Declaration
  
    protected override float GetControlHeight(float width)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Single | 
        width | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  GetControlWidth()
  
  
  Declaration
  
    protected override float GetControlWidth()
   
  Returns
  
  Overrides
  
  
  
  
  Initialize()
  
  
  Declaration
  
    public override void Initialize()
   
  Overrides
  
  
  
  
  OnControlGUI(Rect)
  
  
  Declaration
  
    protected override void OnControlGUI(Rect position)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Rect | 
        position | 
         | 
      
    
  
  Overrides
  
  Extension Methods