UnityEditor.ScreenShots.ScreenGameViewContent C# (CSharp) Method

ScreenGameViewContent() private method

private ScreenGameViewContent ( ) : void
return void
        public static void ScreenGameViewContent()
        {
            string uniquePathForName = GetUniquePathForName("ContentExample");
            Application.CaptureScreenshot(uniquePathForName);
            Debug.Log(string.Format("Saved screenshot at {0}", uniquePathForName));
        }