UnityEditor.SliderLabels.HasLabels C# (CSharp) Method

HasLabels() public method

public HasLabels ( ) : bool
return bool
        public bool HasLabels()
        {
            return ((Event.current.type == EventType.Repaint) && ((this.leftLabel != null) && (this.rightLabel != null)));
        }
    }