C# Class HoloToolkit.Unity.EditorGUILayoutExtensions

Extensions for the UnityEnditor.EditorGUILayout class.
Afficher le fichier Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Méthodes publiques

Méthode Description
Button ( string text ) : bool
Button ( string text, GUIStyle style ) : bool
Label ( string text ) : void
Label ( string text, GUIStyle style ) : void

Method Details

Button() public static méthode

public static Button ( string text ) : bool
text string
Résultat bool

Button() public static méthode

public static Button ( string text, GUIStyle style ) : bool
text string
style UnityEngine.GUIStyle
Résultat bool

Label() public static méthode

public static Label ( string text ) : void
text string
Résultat void

Label() public static méthode

public static Label ( string text, GUIStyle style ) : void
text string
style UnityEngine.GUIStyle
Résultat void