C# Class Animatroller.SceneRunner.HalloweenScene1

Inheritance: Animatroller.Framework.BaseScene
Mostrar archivo Open project: HakanL/animatroller

Public Methods

Method Description
HalloweenScene1 ( IEnumerable args ) : System
Run ( ) : void
Start ( ) : void
Stop ( ) : void
WireUp ( Animatroller.Framework.Expander port ) : void
WireUp ( Simulator sim ) : void

Method Details

HalloweenScene1() public method

public HalloweenScene1 ( IEnumerable args ) : System
args IEnumerable
return System

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WireUp() public method

public WireUp ( Animatroller.Framework.Expander port ) : void
port Animatroller.Framework.Expander
return void

WireUp() public method

public WireUp ( Simulator sim ) : void
sim Simulator
return void