C# Class TinyFrameWork.UIMatchResult

Inheritance: UIBaseWindow
Datei anzeigen Open project: tinyantstudio/UIFrameWork

Public Methods

Method Description
InitWindowOnAwake ( ) : void
SetMatchResult ( bool isWin, WindowID backWindowId ) : void

Protected Methods

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

Private Methods

Method Description
OnContineBtn ( GameObject obj ) : void

Method Details

InitWindowCoreData() protected method

protected InitWindowCoreData ( ) : void
return void

InitWindowOnAwake() public method

public InitWindowOnAwake ( ) : void
return void

SetMatchResult() public method

public SetMatchResult ( bool isWin, WindowID backWindowId ) : void
isWin bool
backWindowId WindowID
return void

SetWindowId() protected method

protected SetWindowId ( ) : void
return void