C# 클래스 RecordScript, Beat-It

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

공개 프로퍼티들

프로퍼티 타입 설명
audio UnityEngine.AudioSource
index int
songText Text
songs List

공개 메소드들

메소드 설명
GetCurrentSong ( ) : Song,
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

GetCurrentSong() 공개 메소드

public GetCurrentSong ( ) : Song,
리턴 Song,

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

audio 공개적으로 프로퍼티

public AudioSource,UnityEngine audio
리턴 UnityEngine.AudioSource

index 공개적으로 프로퍼티

public int index
리턴 int

songText 공개적으로 프로퍼티

public Text songText
리턴 Text

songs 공개적으로 프로퍼티

public List songs
리턴 List