C# Class Vocaluxe.Lib.Song.CNote

Afficher le fichier Open project: stsundermann/Vocaluxe Class Usage Examples

Méthodes publiques

Méthode Description
CNote ( ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text, ENoteType NoteType ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit, ENoteType NoteType ) : System
IsPerfect ( CNote CompareNote ) : bool

Method Details

CNote() public méthode

public CNote ( ) : System
Résultat System

CNote() public méthode

public CNote ( int StartBeat, int Duration, int Tone, string Text ) : System
StartBeat int
Duration int
Tone int
Text string
Résultat System

CNote() public méthode

public CNote ( int StartBeat, int Duration, int Tone, string Text, ENoteType NoteType ) : System
StartBeat int
Duration int
Tone int
Text string
NoteType ENoteType
Résultat System

CNote() public méthode

public CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit ) : System
StartBeat int
Duration int
Tone int
Text string
Hit bool
Résultat System

CNote() public méthode

public CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit, ENoteType NoteType ) : System
StartBeat int
Duration int
Tone int
Text string
Hit bool
NoteType ENoteType
Résultat System

IsPerfect() public méthode

public IsPerfect ( CNote CompareNote ) : bool
CompareNote CNote
Résultat bool