UnityEngine.GUIStyle.Internal_CalcHeight C# (CSharp) Method

Internal_CalcHeight() private method

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