UnityEditor.Unsupported.CaptureScreenshotImmediate C# (CSharp) 메소드

CaptureScreenshotImmediate() 개인적인 메소드

private CaptureScreenshotImmediate ( string filePath, int x, int y, int width, int height ) : void
filePath string
x int
y int
width int
height int
리턴 void
        public static extern void CaptureScreenshotImmediate(string filePath, int x, int y, int width, int height);
        [MethodImpl(MethodImplOptions.InternalCall)]