function has()
Returns true if an effect with the specified name is registered.
function has(name: string): boolean;
Parameters
- name — The effect name to check.
Return value
True if the effect is registered.
Related
interface RenderEffect
An interface for render effects that can be applied to UI elements.
