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

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

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