WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
FadeModeEnum.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace DirectOutput.FX
7 {
11  public enum FadeModeEnum
12  {
16  Fade,
20  OnOff
21  }
22 }
Fading is enabled.
FadeModeEnum
Defines the fading behaviour.
Definition: FadeModeEnum.cs:11
No fading. There will be a simple on/off behaviour depending on the triggering value.