C# Class HudUI, TapBand

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public GameObject coin
return GameObject

concert public_oe property

public GameObject concert
return GameObject

fan public_oe property

public GameObject fan
return GameObject

heightOfBar public_oe property

public float heightOfBar
return float

song public_oe property

public GameObject song
return GameObject

startingVerticalPos public_oe property

public float startingVerticalPos
return float