C# Class ScreenSettingsManager, DOEGame

Screen settings manager.
Inheritance: MonoBehaviour
Show file Open project: kuvick/DOEGame Class Usage Examples

Public Properties

Property Type Description
horizontalBarHeight float
screenHeight float
screenWidth float
verticalBarWidth float

Public Methods

Method Description
CalculateSettings ( float targetaspect ) : void

Private Methods

Method Description
Awake ( ) : void
CalculateBarSizes ( ) : void
CalulateScreenDimensions ( ) : void

Method Details

CalculateSettings() public method

public CalculateSettings ( float targetaspect ) : void
targetaspect float
return void

Property Details

horizontalBarHeight public static property

public static float horizontalBarHeight
return float

screenHeight public static property

public static float screenHeight
return float

screenWidth public static property

public static float screenWidth
return float

verticalBarWidth public static property

public static float verticalBarWidth
return float