UnityEngine.Camera.INTERNAL_get_pixelRect C# (CSharp) Method

INTERNAL_get_pixelRect() private method

private INTERNAL_get_pixelRect ( Rect &value ) : void
value Rect
return void
        private extern void INTERNAL_get_pixelRect(out Rect value);
        [MethodImpl(MethodImplOptions.InternalCall)]
Camera