UnityEditor.EditorGUILayout.GetSliderRect C# (CSharp) 메소드

GetSliderRect() 정적인 개인적인 메소드

static private GetSliderRect ( bool hasLabel ) : Rect
hasLabel bool
리턴 UnityEngine.Rect
        internal static Rect GetSliderRect(bool hasLabel, params GUILayoutOption[] options)
        {
            return GUILayoutUtility.GetRect(!hasLabel ? EditorGUIUtility.fieldWidth : kLabelFloatMinW, (kLabelFloatMaxW + 5f) + 100f, 16f, 16f, EditorStyles.numberField, options);
        }