C# Class NumberSoundUtility, goalBall

Provides methods to obtain sound filenames from numbers
Inheritance: MonoBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall

Méthodes publiques

Méthode Description
NumberToSoundFilenames ( int number ) : List

List of all the sound files to play for the given number

Method Details

NumberToSoundFilenames() public static méthode

List of all the sound files to play for the given number
public static NumberToSoundFilenames ( int number ) : List
number int Number to get sound files for
Résultat List