C# Class UIGameBottom, CapsUnity

Inheritance: UIWindow
ファイルを表示 Open project: kofight/CapsUnity

Public Methods

Method Description
OnChangeProgress ( int progress ) : void
OnChangeStep ( int curStep ) : void
OnCreate ( ) : void
OnShow ( ) : void
OnUpdate ( ) : void
OnValueChange ( ) : void
Reset ( ) : void

Method Details

OnChangeProgress() public method

public OnChangeProgress ( int progress ) : void
progress int
return void

OnChangeStep() public method

public OnChangeStep ( int curStep ) : void
curStep int
return void

OnCreate() public method

public OnCreate ( ) : void
return void

OnShow() public method

public OnShow ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

OnValueChange() public method

public OnValueChange ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void