UnityEngine.GUITexture.INTERNAL_get_pixelInset C# (CSharp) 메소드

INTERNAL_get_pixelInset() 개인적인 메소드

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