C# Class RemoteTech.UI.OptionWindow

Inheritance: AbstractWindow
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Hide ( ) : void
OptionWindow ( ) : System
Window ( int uid ) : void

Draws the content of the window

Private Methods

Méthode 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 méthode

public Hide ( ) : void
Résultat void

OptionWindow() public méthode

public OptionWindow ( ) : System
Résultat System

Window() public méthode

Draws the content of the window
public Window ( int uid ) : void
uid int
Résultat void