EffectOperation Constructor
[C#] EffectOperation(string name) [Visual Basic] New(name As String)
EffectOperation(string name)
New(name As String)
Create a EffectOperation.
The installed effects can be obtained using the Names static variable.
If the name is not one of the valid names then an exception will be thrown.
None.