DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.FX.AssignedEffectList Class Reference

List of effects which are assigned to some other object. More...

Inheritance diagram for DirectOutput.FX.AssignedEffectList:
Collaboration diagram for DirectOutput.FX.AssignedEffectList:

Public Member Functions

void Add (string EffectName)
 Adds the specified effect to the list. More...
 
void Trigger (TableElementData TableElementData)
 Triggers all AssignedEffect objects in the list. More...
 
void Init (Table.Table Table)
 Initializes the AssignedEffect objects in the list. More...
 
void Finish ()
 Fnishes the AssignedEffect objects in the list. More...
 
 AssignedEffectList ()
 Initializes a new instance of the class. More...
 

Detailed Description

List of effects which are assigned to some other object.

Definition at line 13 of file AssignedEffectList.cs.

Constructor & Destructor Documentation

DirectOutput.FX.AssignedEffectList.AssignedEffectList ( )
inline

Initializes a new instance of the class.

Definition at line 68 of file AssignedEffectList.cs.

Member Function Documentation

void DirectOutput.FX.AssignedEffectList.Add ( string  EffectName)
inline

Adds the specified effect to the list.

Parameters
EffectNameName of the effect.

Definition at line 20 of file AssignedEffectList.cs.

void DirectOutput.FX.AssignedEffectList.Finish ( )
inline

Fnishes the AssignedEffect objects in the list.

Definition at line 54 of file AssignedEffectList.cs.

void DirectOutput.FX.AssignedEffectList.Init ( Table.Table  Table)
inline

Initializes the AssignedEffect objects in the list.

Parameters
TableThe table contining the AssignedEffectList.

Definition at line 42 of file AssignedEffectList.cs.

void DirectOutput.FX.AssignedEffectList.Trigger ( TableElementData  TableElementData)
inline

Triggers all AssignedEffect objects in the list.

Parameters
TableElementDataThe table element data.

Definition at line 29 of file AssignedEffectList.cs.


The documentation for this class was generated from the following file: