C# 클래스 Notes, GMU-Rhythm-Mechanic

상속: MonoBehaviour
파일 보기 프로젝트 열기: GameMakersUnion/GMU-Rhythm-Mechanic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clr btn,
pitch int
start float
started bool

공개 메소드들

메소드 설명
Notes ( float start, float finish, btn, clr, int pitch ) : System.Collections
isEnded ( float time ) : bool
isStarted ( float time ) : bool

메소드 상세

Notes() 공개 메소드

public Notes ( float start, float finish, btn, clr, int pitch ) : System.Collections
start float
finish float
clr btn,
pitch int
리턴 System.Collections

isEnded() 공개 메소드

public isEnded ( float time ) : bool
time float
리턴 bool

isStarted() 공개 메소드

public isStarted ( float time ) : bool
time float
리턴 bool

프로퍼티 상세

clr 공개적으로 프로퍼티

public btn, clr
리턴 btn,

pitch 공개적으로 프로퍼티

public int pitch
리턴 int

start 공개적으로 프로퍼티

public float start
리턴 float

started 공개적으로 프로퍼티

public bool started
리턴 bool