C# Class Animatroller.Scenes.TestScene1

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

Méthodes publiques

Méthode Description
Run ( ) : void
Start ( ) : void
Stop ( ) : void
TestScene1 ( IEnumerable args ) : System
WireUp ( Animatroller.Framework.Expander port ) : void

Method Details

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

TestScene1() public méthode

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

WireUp() public méthode

public WireUp ( Animatroller.Framework.Expander port ) : void
port Animatroller.Framework.Expander
Résultat void