UnityEditor.SliderLabels.HasLabels C# (CSharp) Méthode

HasLabels() public méthode

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