C# Class HudUI, TapBand

Inheritance: MonoBehaviour
Afficher le fichier Open project: minimalgeek/TapBand Class Usage Examples

Méthodes publiques

Свойство Type Description
coin GameObject
concert GameObject
fan GameObject
heightOfBar float
song GameObject
startingVerticalPos float

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

coin public_oe property

public GameObject coin
Résultat GameObject

concert public_oe property

public GameObject concert
Résultat GameObject

fan public_oe property

public GameObject fan
Résultat GameObject

heightOfBar public_oe property

public float heightOfBar
Résultat float

song public_oe property

public GameObject song
Résultat GameObject

startingVerticalPos public_oe property

public float startingVerticalPos
Résultat float