Property | Type | Description | |
---|---|---|---|
log | Logger |
Method | Description | |
---|---|---|
ForceValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, long totalTicks ) : |
||
OneShot ( ) : |
||
Pause ( ) : |
||
Prime ( ) : |
||
RegisterJob ( EffectAction job ) : |
||
Reset ( ) : |
||
Resume ( ) : |
||
Sweeper ( System.TimeSpan duration, int dataPoints, bool startRunning ) : System |
Method | Description | |
---|---|---|
InternalReset ( ) : void | ||
TimerCallback ( object state ) : void | ||
UpdateOutput ( ) : void |
public ForceValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, long totalTicks ) : |
||
zeroToOne | double | |
negativeOneToOne | double | |
zeroToOneToZero | double | |
totalTicks | long | |
return |
public RegisterJob ( EffectAction job ) : |
||
job | EffectAction | |
return |
public Sweeper ( System.TimeSpan duration, int dataPoints, bool startRunning ) : System | ||
duration | System.TimeSpan | |
dataPoints | int | |
startRunning | bool | |
return | System |