Handles the assignemt of a effect to a AssignedEffectList.
More...
Handles the assignemt of a effect to a AssignedEffectList.
DirectOutput.FX.AssignedEffect.AssignedEffect |
( |
| ) |
|
DirectOutput.FX.AssignedEffect.AssignedEffect |
( |
string |
EffectName | ) |
|
Initializes a new instance of the AssignedEffect class for the specified EffectName .
- Parameters
-
EffectName | Name of the effect. |
void DirectOutput.FX.AssignedEffect.Finish |
( |
| ) |
|
void DirectOutput.FX.AssignedEffect.Init |
( |
Table.Table |
Table | ) |
|
void DirectOutput.FX.AssignedEffect.TableElementEffect_EffectNameChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
protected |
Handles the EffectNameChanged event of the TableElementEffect control.
- Parameters
-
sender | The source of the event. |
e | The EventArgs instance containing the event data. |
void DirectOutput.FX.AssignedEffect.Trigger |
( |
TableElementData |
TableElementData | ) |
|
Triggers the assigned Effect.
- Parameters
-
TableElementData | The table element data. |
IEffect DirectOutput.FX.AssignedEffect.Effect |
|
getset |
Effect for the AssignedEffect (ReadOnly).
The property is resolved from the EffectName. If EffectName is empty or unknown this property will return null.
string DirectOutput.FX.AssignedEffect.EffectName |
|
getset |
Name of the AssignedEffect.
Triggers EffectNameChanged if value is changed.
The name of the assigned effect.
EventHandler<EventArgs> DirectOutput.FX.AssignedEffect.EffectNameChanged |
Event is fired if the value of the property EffectName is changed.
The documentation for this class was generated from the following file: