![]() |
DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
|
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 | |
namespace | DirectOutput |
namespace | DirectOutput.FX |
namespace | DirectOutput.FX.TimmedFX |