Class UnityObjectBoltTypeShellInspector
  
  
  
  
    Inheritance
    
    
    
    UnityObjectBoltTypeShellInspector
   
      
      
  
  
  
  Syntax
  
    public abstract class UnityObjectBoltTypeShellInspector : UnityObjectInspector, IDisposable, IBoltTypeShellInspector
   
  Constructors
  
  
  
  
  UnityObjectBoltTypeShellInspector(Accessor)
  
  
  Declaration
  
    protected UnityObjectBoltTypeShellInspector(Accessor accessor)
   
  Parameters
  
  Properties
  
  
  
  
  fuzzy
  
  
  Declaration
  
    protected override bool fuzzy { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  type
  
  
  Declaration
  
    public BoltType type { get; set; }
   
  Property Value
  
  Implements
      
  
  
  
  typeIcon
  
  
  Declaration
  
    protected override EditorTexture typeIcon { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  typeLabel
  
  
  Declaration
  
    protected override string typeLabel { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
  
  
  Filter(UnityEngine.Object)
  
  
  Declaration
  
    protected override bool Filter(UnityEngine.Object uo)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UnityEngine.Object | 
        uo | 
         | 
      
    
  
  Returns
  
  Overrides
  
  Extension Methods