C# 클래스 BeatGenerator, Beat-It

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/Beat-It 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BEAT_DELAY_TEMP int
FlipList Queue
LinePrefab Transform
NoteList Queue
NotePrefab Transform
SongName string

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ReadBeatFromTxt ( string fileName ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

BEAT_DELAY_TEMP 공개적으로 프로퍼티

public int BEAT_DELAY_TEMP
리턴 int

FlipList 공개적으로 프로퍼티

public Queue FlipList
리턴 Queue

LinePrefab 공개적으로 프로퍼티

public Transform LinePrefab
리턴 Transform

NoteList 공개적으로 프로퍼티

public Queue NoteList
리턴 Queue

NotePrefab 공개적으로 프로퍼티

public Transform NotePrefab
리턴 Transform

SongName 공개적으로 프로퍼티

public string SongName
리턴 string