C# Class ComposingLogic

Inheritance: MonoBehaviour
Afficher le fichier Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Méthodes publiques

Méthode Description
nextNote ( Note, note, int level ) : Note,
randomHighNote ( ) : Note,
randomLowNote ( ) : Note,

Private Methods

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

Method Details

nextNote() public méthode

public nextNote ( Note, note, int level ) : Note,
note Note,
level int
Résultat Note,

randomHighNote() public méthode

public randomHighNote ( ) : Note,
Résultat Note,

randomLowNote() public méthode

public randomLowNote ( ) : Note,
Résultat Note,