C# 클래스 EditorObjects.Data.RecordingData

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Clear ( ) : void
GetNumberOfBeatsIntoSong ( double timeIntoSong ) : int
RecordBeat ( double beatTime ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetNumberOfBeatsIntoSong() 공개 메소드

public GetNumberOfBeatsIntoSong ( double timeIntoSong ) : int
timeIntoSong double
리턴 int

RecordBeat() 공개 메소드

public RecordBeat ( double beatTime ) : void
beatTime double
리턴 void