C# Class NScumm.Core.Audio.OPL.DosBox.OplTimer

Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
Reset ( double time ) : void
Start ( double time, int scale ) : void
Stop ( ) : void
Update ( double time ) : void

Method Details

Reset() public méthode

public Reset ( double time ) : void
time double
Résultat void

Start() public méthode

public Start ( double time, int scale ) : void
time double
scale int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( double time ) : void
time double
Résultat void