C# Class Animatroller.Framework.BaseScene

Inheritance: IScene
Afficher le fichier Open project: HakanL/animatroller

Protected Properties

Свойство Type Description
initialized bool
log Logger
random System.Random

Méthodes publiques

Méthode Description
BaseScene ( ) : System
Run ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
MS ( double seconds ) : System.TimeSpan
S ( double seconds ) : System.TimeSpan

Method Details

BaseScene() public méthode

public BaseScene ( ) : System
Résultat System

MS() protected static méthode

protected static MS ( double seconds ) : System.TimeSpan
seconds double
Résultat System.TimeSpan

Run() public méthode

public Run ( ) : void
Résultat void

S() protected static méthode

protected static S ( double seconds ) : System.TimeSpan
seconds double
Résultat System.TimeSpan

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

initialized protected_oe property

protected bool initialized
Résultat bool

log protected_oe static_oe property

protected static Logger log
Résultat Logger

random protected_oe static_oe property

protected static Random,System random
Résultat System.Random