C# 클래스 Music, GGJ-2016

상속: MonoBehaviour
파일 보기 프로젝트 열기: BretHudson/GGJ-2016 1 사용 예제들

공개 메소드들

메소드 설명
GetTrackLength ( MusicFiles n ) : float
InputCorrect ( bool correct ) : void
PlayTracks ( ) : void

메소드 상세

GetTrackLength() 공개 정적인 메소드

public static GetTrackLength ( MusicFiles n ) : float
n MusicFiles
리턴 float

InputCorrect() 공개 정적인 메소드

public static InputCorrect ( bool correct ) : void
correct bool
리턴 void

PlayTracks() 공개 정적인 메소드

public static PlayTracks ( ) : void
리턴 void