Enable or disable an effect.
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 new value (number).
Change an effect property value (for properties that are strings).
The new value (string).
Enable or disable an effect.