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

Go to the source code of this file.

Classes

interface  DirectOutput.FX.IEffect
 Common interface for all effects.
If a new effect is implemented it is best to inherit from the abstract class Effect which does also inherit IEffect.
All classes inheriting IEffect must be XMLSerializeable. More...
 

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.