WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
RetriggerBehaviourEnum.cs
Go to the documentation of this file.
1 
2 namespace DirectOutput.FX
3 {
9  {
13  Restart,
14 
18  Ignore
19  }
20 }
Retrigger calls are ignored. The effect or its behaviour is not being restarted.
RetriggerBehaviourEnum
This enum describes the different retrigger behaviours for the effects. Retriggering means that a ef...
The effect or its behaviour gets restarted in a retrigger situation.