CameraEffect<T, U>.SetProfile
Method in CameraEffect<T, U>
Implements ICameraEffect.SetProfile
Declaration
public bool SetProfile(string name)
Description
Sets the profile with the given name to be active.
Parameters
name | The name of the profile to set active. |
Returns
bool | True if the profile was set, false otherwise. |
Overload
Declaration
public bool SetProfile(int index)
Description
Sets the profile at the given index to be active.
Parameters
index | The index of the profile to set active. |
Returns
bool | True if the profile was set, false otherwise. |