C# Class FlipFall.UI.UIStarCount

Inheritance: MonoBehaviour
Show file 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 static property

public static UIStarCount,FlipFall.UI _instance
return UIStarCount

animator public property

public Animator animator
return Animator

starText public property

public Text starText
return Text