WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
RetriggerBehaviourEnum.cs File Reference

Go to the source code of this file.

Namespaces

package  DirectOutput.FX
 The namespace FX contains effect related classes.
Effects can be assigned directly to a Table and will be triggered when the Table is stated or the can be assigned to TableElement objects and will be triggered whenever the value of a TableElement changes.
AssignedEffects are triggered by the Table resp. the TableElement objects of the table.

 

Enumerations

enum  DirectOutput.FX.RetriggerBehaviourEnum { DirectOutput.FX.RetriggerBehaviourEnum.Restart, DirectOutput.FX.RetriggerBehaviourEnum.Ignore }
 This enum describes the different retrigger behaviours for the effects.
Retriggering means that a effect is getting another Trigger call with the same table element value as the last call, while it is still active. More...