C# Class Animatroller.Scenes.LORScene

Inheritance: Animatroller.Framework.BaseScene
Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode Description
LORScene ( IEnumerable args ) : System
Run ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

LORScene() public méthode

public LORScene ( IEnumerable args ) : System
args IEnumerable
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void