Highroad Engine v1.3
Public Member Functions | Public Attributes | List of all members
MoreMountains.Tools.Ratio Class Reference

A class to store ratio display info More...

Public Member Functions

 Ratio (bool drawRatio, Vector2 size, Color ratioColor)
 

Public Attributes

bool DrawRatio = true
 whether or not that ratio should be drawn More...
 
Vector2 Size
 the ratio's size (4:3, 16:9, etc) More...
 
Color RatioColor
 the color of the handle to draw More...
 

Detailed Description

A class to store ratio display info

Constructor & Destructor Documentation

◆ Ratio()

MoreMountains.Tools.Ratio.Ratio ( bool  drawRatio,
Vector2  size,
Color  ratioColor 
)

Member Data Documentation

◆ 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: