CameraEffect<T, U>.OnEffectRestart
Method in CameraEffect<T, U>
Declaration
protected virtual void OnEffectRestart(U profile)
Description
A callback invoked when the effect is restarted.
Parameters
profile | The active profile of the effect. |
protected virtual void OnEffectRestart(U profile)
A callback invoked when the effect is restarted.
profile | The active profile of the effect. |