C# Class PointsDisplay, Cinder

Inheritance: MonoBehaviour
ファイルを表示 Open project: terrypaton1/Cinder Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
UpdatePointsDisplay ( int value ) : void

Protected Methods

Method Description
OnEnable ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Show() public method

public Show ( ) : void
return void

UpdatePointsDisplay() public method

public UpdatePointsDisplay ( int value ) : void
value int
return void