CameraEffectExtensions.Deactivate
Extension Method in CameraEffectExtensions
Declaration
public static void Deactivate(this ICameraEffect effect, string profile)Description
Deactivates the effect with the given profile.
Parameters
| effect | The effect to deactivate. |
| profile | The name of the profile to deactivate with. |
Overload
Declaration
public static void Deactivate(this ICameraEffect effect, int profile)Description
Deactivates the effect with the given profile.
Parameters
| effect | The effect to deactivate. |
| profile | The index of the profile to deactivate with. |