C# Class Animatroller.Framework.BaseScene

Inheritance: IScene
Show file Open project: HakanL/animatroller

Protected Properties

Property Type Description
initialized bool
log Logger
random System.Random

Public Methods

Method Description
BaseScene ( ) : System
Run ( ) : void
Stop ( ) : void

Protected Methods

Method Description
MS ( double seconds ) : System.TimeSpan
S ( double seconds ) : System.TimeSpan

Method Details

BaseScene() public method

public BaseScene ( ) : System
return System

MS() protected static method

protected static MS ( double seconds ) : System.TimeSpan
seconds double
return System.TimeSpan

Run() public method

public Run ( ) : void
return void

S() protected static method

protected static S ( double seconds ) : System.TimeSpan
seconds double
return System.TimeSpan

Stop() public method

public Stop ( ) : void
return void

Property Details

initialized protected property

protected bool initialized
return bool

log protected static property

protected static Logger log
return Logger

random protected static property

protected static Random,System random
return System.Random