WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
Go to the source code of this file.
Classes | |
class | DirectOutput.FX.TimmedFX.MinDurationEffect |
This effect enforces a minimum duration on the effect calls. Calls which are setting a effect to active (having a trigger value which is not equal 0 or null) are forwarded directly to the TargetEffect. Calls setting the effect to inactive (having a trigger value of 0) are only forwarded to the TargetEffect after the specified minimum duration has expired. More... | |
Namespaces | |
package | DirectOutput.FX.TimmedFX |
Namespace for timmed effects (e.g. delay, duration) | |