C# Class Animatroller.Framework.BaseScene

Inheritance: IScene
显示文件 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_oe property

protected bool initialized
return bool

log protected_oe static_oe property

protected static Logger log
return Logger

random protected_oe static_oe property

protected static Random,System random
return System.Random