C# Class Animatroller.Framework.Effect.MasterSweeper

Afficher le fichier Open project: HakanL/animatroller

Protected Properties

Свойство Type Description
log Logger

Méthodes publiques

Méthode Description
MasterSweeper ( Controller timer ) : System
RegisterJob ( EffectAction action, System.TimeSpan oneSweepDuration, int iterations ) : MasterSweeper.Job

Private Methods

Méthode Description
timer_Tick ( object sender, Controller e ) : void

Method Details

MasterSweeper() public méthode

public MasterSweeper ( Controller timer ) : System
timer Controller
Résultat System

RegisterJob() public méthode

public RegisterJob ( EffectAction action, System.TimeSpan oneSweepDuration, int iterations ) : MasterSweeper.Job
action EffectAction
oneSweepDuration System.TimeSpan
iterations int
Résultat MasterSweeper.Job

Property Details

log protected_oe static_oe property

protected static Logger log
Résultat Logger