UnityEditor.Unsupported.CaptureScreenshotImmediate C# (CSharp) Method

CaptureScreenshotImmediate() private method

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