コード例 #1
0
ファイル: UIController.cs プロジェクト: jasonta/Portalble
    private IEnumerator CaptureScreenshotCoroutine(string filename)
    {
        yield return(new WaitForEndOfFrame());

        ScreenShoter.CaptureScreenShot(filename);
        this.changeButtonActiveness(true);
    }
コード例 #2
0
    private IEnumerator CaptureScreenshotCoroutine(string filename)
    {
        yield return(new WaitForEndOfFrame());

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