UnityEngine.GUIText.Internal_GetPixelOffset C# (CSharp) 메소드

Internal_GetPixelOffset() 개인적인 메소드

private Internal_GetPixelOffset ( Vector2 &output ) : void
output Vector2
리턴 void
        private extern void Internal_GetPixelOffset(out Vector2 output);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]