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

effectThe effect to activate.
profileThe 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

effectThe effect to activate.
profileThe index of the profile to activate with.