Handles the assignemt of a effect to a AssignedEffectList.
More...
|
string | EffectName [get, set] |
| Name of the AssignedEffect.
Triggers EffectNameChanged if value is changed.
|
IEffect | Effect [get] |
| Effect for the AssignedEffect (ReadOnly).
The property is resolved from the EffectName. If EffectName is empty or unknown this property will return null.
|
|
EventHandler< EventArgs > | EffectNameChanged |
| Event is fired if the value of the property EffectName is changed.
|
Handles the assignemt of a effect to a AssignedEffectList.
◆ AssignedEffect() [1/2]
DirectOutput.FX.AssignedEffect.AssignedEffect |
( |
| ) |
|
◆ AssignedEffect() [2/2]
DirectOutput.FX.AssignedEffect.AssignedEffect |
( |
string | EffectName | ) |
|
Initializes a new instance of the AssignedEffect class for the specified EffectName .
- Parameters
-
EffectName | Name of the effect. |
◆ Finish()
void DirectOutput.FX.AssignedEffect.Finish |
( |
| ) |
|
◆ Init()
void DirectOutput.FX.AssignedEffect.Init |
( |
Table.Table | Table | ) |
|
◆ TableElementEffect_EffectNameChanged()
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. |
◆ Trigger()
void DirectOutput.FX.AssignedEffect.Trigger |
( |
TableElementData | TableElementData | ) |
|
Triggers the assigned Effect.
- Parameters
-
◆ Effect
IEffect DirectOutput.FX.AssignedEffect.Effect |
|
get |
Effect for the AssignedEffect (ReadOnly).
The property is resolved from the EffectName. If EffectName is empty or unknown this property will return null.
◆ EffectName
string DirectOutput.FX.AssignedEffect.EffectName |
|
getset |
Name of the AssignedEffect.
Triggers EffectNameChanged if value is changed.
The name of the assigned effect.
◆ EffectNameChanged
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: