C# Class TinyFrameWork.UIMainMenu

Inheritance: UIBaseWindow
Mostrar archivo Open project: tinyantstudio/UIFrameWork

Public Methods

Method Description
HideBtns ( ) : void
InitWindowOnAwake ( ) : void
ShowBtns ( ) : void
ShowWindow ( BaseWindowContextData contextData ) : void

Protected Methods

Method Description
InitWindowCoreData ( ) : void
SetWindowId ( ) : void

Method Details

HideBtns() public method

public HideBtns ( ) : void
return void

InitWindowCoreData() protected method

protected InitWindowCoreData ( ) : void
return void

InitWindowOnAwake() public method

public InitWindowOnAwake ( ) : void
return void

SetWindowId() protected method

protected SetWindowId ( ) : void
return void

ShowBtns() public method

public ShowBtns ( ) : void
return void

ShowWindow() public method

public ShowWindow ( BaseWindowContextData contextData ) : void
contextData BaseWindowContextData
return void