C# 클래스 RemoteTech.UI.OptionWindow

상속: AbstractWindow
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech 1 사용 예제들

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