C# Class EditorObjects.Data.RecordingData

ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Clear ( ) : void
GetNumberOfBeatsIntoSong ( double timeIntoSong ) : int
RecordBeat ( double beatTime ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetNumberOfBeatsIntoSong() public method

public GetNumberOfBeatsIntoSong ( double timeIntoSong ) : int
timeIntoSong double
return int

RecordBeat() public method

public RecordBeat ( double beatTime ) : void
beatTime double
return void