C# Class HoloToolkit.Unity.EditorGUILayoutExtensions

Extensions for the UnityEnditor.EditorGUILayout class.
显示文件 Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Methods

Method 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 method

public static Button ( string text ) : bool
text string
return bool

Button() public static method

public static Button ( string text, GUIStyle style ) : bool
text string
style UnityEngine.GUIStyle
return bool

Label() public static method

public static Label ( string text ) : void
text string
return void

Label() public static method

public static Label ( string text, GUIStyle style ) : void
text string
style UnityEngine.GUIStyle
return void