C# Class UnityEditor.SliderLabels

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
leftLabel UnityEngine.GUIContent
rightLabel UnityEngine.GUIContent

Méthodes publiques

Méthode Description
HasLabels ( ) : bool
SetLabels ( GUIContent leftLabel, GUIContent rightLabel ) : void

Method Details

HasLabels() public méthode

public HasLabels ( ) : bool
Résultat bool

SetLabels() public méthode

public SetLabels ( GUIContent leftLabel, GUIContent rightLabel ) : void
leftLabel UnityEngine.GUIContent
rightLabel UnityEngine.GUIContent
Résultat void

Property Details

leftLabel public_oe property

public GUIContent,UnityEngine leftLabel
Résultat UnityEngine.GUIContent

rightLabel public_oe property

public GUIContent,UnityEngine rightLabel
Résultat UnityEngine.GUIContent