Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
KSP.UI.UIRectScaler Class Reference
Inheritance diagram for KSP.UI.UIRectScaler:

Public Types

enum  ScaleType { ScaleType.UIScale, ScaleType.DivUIScale, ScaleType.OverFlowProtect }
 

Public Member Functions

void Set ()
 
void Set (ScaleType scaleType)
 
void Set (float scale)
 

Public Attributes

bool setInAwake = false
 
bool setInStart = true
 

Protected Attributes

float scale = 1f
 
ScaleType scaleType = ScaleType.DivUIScale
 

Member Enumeration Documentation

enum KSP.UI.UIRectScaler.ScaleType
Enumerator
UIScale 
DivUIScale 
OverFlowProtect 

Member Function Documentation

void KSP.UI.UIRectScaler.Set ( )
inline
void KSP.UI.UIRectScaler.Set ( ScaleType  scaleType)
inline
void KSP.UI.UIRectScaler.Set ( float  scale)
inline

Member Data Documentation

float KSP.UI.UIRectScaler.scale = 1f
protected
ScaleType KSP.UI.UIRectScaler.scaleType = ScaleType.DivUIScale
protected
bool KSP.UI.UIRectScaler.setInAwake = false
bool KSP.UI.UIRectScaler.setInStart = true

The documentation for this class was generated from the following file: