C# Класс RemoteTech.UI.OptionWindow

Наследование: AbstractWindow
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
drawAlternativeRulesContent void
drawCheatContent void
drawColorSlider Color
drawMiscellaneousContent void
drawOptionContent void
drawOptionMenu void
drawPresetsContent void
drawStartContent void
drawVisualStyleContent void
drawWorldScaleContent void
initalAssets void
loadColorTexture void

Открытые методы

Метод Описание
Hide ( ) : void
OptionWindow ( ) : System
Window ( int uid ) : void

Draws the content of the window

Приватные методы

Метод Описание
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

Описание методов

Hide() публичный Метод

public Hide ( ) : void
Результат void

OptionWindow() публичный Метод

public OptionWindow ( ) : System
Результат System

Window() публичный Метод

Draws the content of the window
public Window ( int uid ) : void
uid int
Результат void