Method IsEffectActive
IsEffectActive(ScreenEffect)
Gets a value indicating whether the specific screen effect is running.
Declaration
public static bool IsEffectActive(ScreenEffect effectName)
Parameters
| Type | Name | Description |
|---|---|---|
| ScreenEffect | effectName | The ScreenEffect to check. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|