Ejemplo n.º 1
0
        private IEnumerator UpdatePlugin()
        {
            while (true)
            {
                yield return(new WaitForEndOfFrame());

                GL.IssuePluginEvent(WebcamInterop.GetRenderCallback(), 0);
            }
        }