C# Class TinyFrameWork.UITopBar

Inheritance: UIBaseWindow
Datei anzeigen Open project: tinyantstudio/UIFrameWork

Public Methods

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

Protected Methods

Method Description
SetWindowId ( ) : void

Method Details

InitWindowOnAwake() public method

public InitWindowOnAwake ( ) : void
return void

SetWindowId() protected method

protected SetWindowId ( ) : void
return void

ShowWindow() public method

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