UnityEngine.GUIStyle.Internal_CalcHeight C# (CSharp) 메소드

Internal_CalcHeight() 개인적인 메소드

private Internal_CalcHeight ( IntPtr target, GUIContent content, float width ) : float
target System.IntPtr
content GUIContent
width float
리턴 float
        private static extern float Internal_CalcHeight(IntPtr target, GUIContent content, float width);
        [MethodImpl(MethodImplOptions.InternalCall)]