C# Class RemoteTech.UI.OptionWindow

Inheritance: AbstractWindow
Show file Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Private Properties

Property Type Description
drawAlternativeRulesContent void
drawCheatContent void
drawColorSlider Color
drawMiscellaneousContent void
drawOptionContent void
drawOptionMenu void
drawPresetsContent void
drawStartContent void
drawVisualStyleContent void
drawWorldScaleContent void
initalAssets void
loadColorTexture void

Public Methods

Method Description
Hide ( ) : void
OptionWindow ( ) : System
Window ( int uid ) : void

Draws the content of the window

Private Methods

Method Description
drawAlternativeRulesContent ( ) : void

Draws the content of the AlternativeRules section

drawCheatContent ( ) : void

Draws the content of the Cheat section

drawColorSlider ( Color value ) : Color

todo

drawMiscellaneousContent ( ) : void

Draws the content of the Miscellaneous section

drawOptionContent ( ) : void

todo

drawOptionMenu ( ) : void

Draws the option menu

drawPresetsContent ( ) : void

Draws the content of the Presets section

drawStartContent ( ) : void

Draws the content of the Start section

drawVisualStyleContent ( ) : void

Draws the content of the VisualStyle section

drawWorldScaleContent ( ) : void

Draws the content of the WorldScale section

initalAssets ( ) : void

Initializes the styles and assets

loadColorTexture ( Texture2D &tex, Color colorTex ) : void

todo

Method Details

Hide() public method

public Hide ( ) : void
return void

OptionWindow() public method

public OptionWindow ( ) : System
return System

Window() public method

Draws the content of the window
public Window ( int uid ) : void
uid int
return void