Exemplo n.º 1
0
    private IEnumerator CaptureScreenshotCoroutine(string filename)
    {
        yield return(new WaitForEndOfFrame());

        ScreenShoter.CaptureScreenShot(filename);
        this.changeButtonActiveness(true);
    }
Exemplo n.º 2
0
    private IEnumerator CaptureScreenshotCoroutine(string filename)
    {
        yield return(new WaitForEndOfFrame());

        ScreenShoter.CaptureScreenShot(filename);
        m_MeshButton.SetActive(true);
        m_CameraButton.SetActive(true);
    }