Struct InspectorBlock
  
  
  
  Namespace: Ludiq
  
  Syntax
  
    public struct InspectorBlock
   
  Constructors
  
  
  
  
  InspectorBlock(Accessor, Rect, Boolean)
  
  
  Declaration
  
    public InspectorBlock(Accessor accessor, Rect position, bool hasPrefabModification)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Accessor | 
        accessor | 
         | 
      
      
        | Rect | 
        position | 
         | 
      
      
        | Boolean | 
        hasPrefabModification | 
         | 
      
    
  
  Properties
  
  
  
  
  accessor
  
  
  Declaration
  
    public Accessor accessor { get; }
   
  Property Value
  
  
  
  
  hasPrefabModification
  
  
  Declaration
  
    public bool hasPrefabModification { get; }
   
  Property Value
  
  
  
  
  position
  
  
  Declaration
  
    public Rect position { get; }
   
  Property Value
  
  Extension Methods