C# Class HudUI, TapBand

Inheritance: MonoBehaviour
Show file Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
coin GameObject
concert GameObject
fan GameObject
heightOfBar float
song GameObject
startingVerticalPos float

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

coin public property

public GameObject coin
return GameObject

concert public property

public GameObject concert
return GameObject

fan public property

public GameObject fan
return GameObject

heightOfBar public property

public float heightOfBar
return float

song public property

public GameObject song
return GameObject

startingVerticalPos public property

public float startingVerticalPos
return float