UnityEditor.SliderLabels.HasLabels C# (CSharp) 메소드

HasLabels() 공개 메소드

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