C# 클래스 Symphonary.StringAllocator

파일 보기 프로젝트 열기: tfreedman/Symphonary

공개 프로퍼티들

프로퍼티 타입 설명
NumDroppedNotes int
NumOutOfRangeNotes int

공개 메소드들

메소드 설명
AllocateNotes ( Note notes ) : void
Clear ( ) : void
StringAllocator ( ) : System

비공개 메소드들

메소드 설명
AddNote ( Note note ) : void
AddNote_Helper ( int stringNumber, int fretNumber, Note note ) : void
IsFree ( int stringNumber, long beginTime, long endTime ) : bool

메소드 상세

AllocateNotes() 공개 메소드

public AllocateNotes ( Note notes ) : void
notes Note
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

StringAllocator() 공개 메소드

public StringAllocator ( ) : System
리턴 System

프로퍼티 상세

NumDroppedNotes 공개적으로 프로퍼티

public int NumDroppedNotes
리턴 int

NumOutOfRangeNotes 공개적으로 프로퍼티

public int NumOutOfRangeNotes
리턴 int