UnityEngine.GUITexture.INTERNAL_get_pixelInset C# (CSharp) Method

INTERNAL_get_pixelInset() private method

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