C# Class NumberSoundUtility, goalBall

Provides methods to obtain sound filenames from numbers
Inheritance: MonoBehaviour
Mostrar archivo Open project: DrexelGoalBall/goalBall

Public Methods

Method Description
NumberToSoundFilenames ( int number ) : List

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

Method Details

NumberToSoundFilenames() public static method

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
return List