UnityEngine.Camera.INTERNAL_set_pixelRect C# (CSharp) Method

INTERNAL_set_pixelRect() private method

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