C# Class UIMap, CapsUnity

Inheritance: UIWindow
Exibir arquivo Open project: kofight/CapsUnity Class Usage Examples

Public Methods

Method Description
MoveTo ( Vector2 pos ) : void
OnCreate ( ) : void
OnHide ( ) : void
OnHideEffectPlayOver ( ) : void
OnShow ( ) : void
OnShowEffectPlayOver ( ) : void
OnUpdate ( ) : void
OpenNewButton ( int stageNum ) : void
RefreshButton ( int i ) : void
RefreshButtonStar ( int stageNum ) : void
RefreshButtons ( ) : void

Private Methods

Method Description
AddStagePartile ( int stageNumber ) : void
OnStageClicked ( ) : void
SetStageHelp ( bool vis ) : void

Method Details

MoveTo() public method

public MoveTo ( Vector2 pos ) : void
pos Vector2
return void

OnCreate() public method

public OnCreate ( ) : void
return void

OnHide() public method

public OnHide ( ) : void
return void

OnHideEffectPlayOver() public method

public OnHideEffectPlayOver ( ) : void
return void

OnShow() public method

public OnShow ( ) : void
return void

OnShowEffectPlayOver() public method

public OnShowEffectPlayOver ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

OpenNewButton() public method

public OpenNewButton ( int stageNum ) : void
stageNum int
return void

RefreshButton() public method

public RefreshButton ( int i ) : void
i int
return void

RefreshButtonStar() public method

public RefreshButtonStar ( int stageNum ) : void
stageNum int
return void

RefreshButtons() public method

public RefreshButtons ( ) : void
return void