C# Class FlipFall.UI.UIStarCount

Inheritance: MonoBehaviour
显示文件 Open project: flo-wolf/Flip-Fall Class Usage Examples

Public Properties

Property Type Description
_instance UIStarCount
animator Animator
starText Text

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
StarsChanged ( ) : void
WalletUpdate ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Hide() public static method

public static Hide ( ) : void
return void

Show() public static method

public static Show ( ) : void
return void

StarsChanged() public method

public StarsChanged ( ) : void
return void

WalletUpdate() public method

public WalletUpdate ( ) : void
return void

Property Details

_instance public_oe static_oe property

public static UIStarCount,FlipFall.UI _instance
return UIStarCount

animator public_oe property

public Animator animator
return Animator

starText public_oe property

public Text starText
return Text