UnityEditor.Unsupported.CaptureScreenshotImmediate C# (CSharp) Méthode

CaptureScreenshotImmediate() private méthode

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