The name of the effect to enable or disable.
true to enable, false to disable
Check if an effect is enabled
The name of the effect
true if the effect is enabled, false otherwise.
Change an effect property value (for properties that are booleans).
The name of the effect to update.
The name of the property to update.
The new value (boolean).
Change an effect property value (for properties that are numbers).
The name of the effect to update.
The name of the property to update.
The new value (number).
Change an effect property value (for properties that are strings).
The name of the effect to update.
The name of the property to update.
The new value (string).
Generated using TypeDoc
Enable or disable an effect.