UnityEditor.ScreenShots.ScreenGameViewContent C# (CSharp) Méthode

ScreenGameViewContent() private méthode

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