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