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)]