A class to store ratio display info.  
 More...
|  | 
|  | Ratio (bool drawRatio, Vector2 size, Color ratioColor) | 
|  | 
| bool | DrawRatio = true | 
|  | whether or not that ratio should be drawn 
 | 
| Vector2 | Size | 
|  | the ratio's size (4:3, 16:9, etc) 
 | 
| Color | RatioColor | 
|  | the color of the handle to draw 
 | 
A class to store ratio display info. 
◆ Ratio()
      
        
          | MoreMountains.Tools.Ratio.Ratio | ( | bool | drawRatio, | 
        
          |  |  | Vector2 | size, | 
        
          |  |  | Color | ratioColor ) | 
      
 
 
◆ DrawRatio
      
        
          | bool MoreMountains.Tools.Ratio.DrawRatio = true | 
      
 
whether or not that ratio should be drawn 
 
 
◆ RatioColor
      
        
          | Color MoreMountains.Tools.Ratio.RatioColor | 
      
 
the color of the handle to draw 
 
 
◆ Size
      
        
          | Vector2 MoreMountains.Tools.Ratio.Size | 
      
 
the ratio's size (4:3, 16:9, etc) 
 
 
The documentation for this class was generated from the following file: