Exemplo n.º 1
0
 IEnumerator Start()
 {
     RenderEventFunc = ImageProcessing.GetRenderEventFunc();
     yield return(StartCoroutine("CallPluginAtStartOfFrames"));
 }
Exemplo n.º 2
0
 void OnDisable()
 {
     _isRunning = false;
     ImageProcessing.StopImageProcessing();
 }