| Name | Type | Description | 
|---|---|---|
| owner | Core.Entity | the entity the component's being applied to. | 
| color | String | of the editor | 
Members
- 
    
    the component name
- 
    Components.RectangleEditor.currently_selected Core.Entity static
- 
    
    the currently selected object
Methods
- 
    
    
    deselects the owner
- 
    
    
    gets whether or not the owner is selectedReturns:Type Description Boolean True if selected; false otherwise 
- 
    
    
    renders the rectangle editor
- 
    
    
    selects the owner
- 
    
    
    set dimentions of rectangle editorName Type Description widthNumber desired width heightNumber desire height 
- 
    
    
    updates rect editor component