C# 클래스 NumberSoundUtility, goalBall

Provides methods to obtain sound filenames from numbers
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 메소드들

메소드 설명
NumberToSoundFilenames ( int number ) : List

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

메소드 상세

NumberToSoundFilenames() 공개 정적인 메소드

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
리턴 List