Class TreeView.DefaultGUI
Inheritance
TreeView.DefaultGUI
Assembly: UnityEditor.dll
Syntax
public static class DefaultGUI
Methods
|
Improve this Doc
View Source
BoldLabel(Rect, String, Boolean, Boolean)
Declaration
public static void BoldLabel(Rect rect, string label, bool selected, bool focused)
Parameters
|
Improve this Doc
View Source
BoldLabelRightAligned(Rect, String, Boolean, Boolean)
Declaration
public static void BoldLabelRightAligned(Rect rect, string label, bool selected, bool focused)
Parameters
|
Improve this Doc
View Source
FoldoutLabel(Rect, String, Boolean, Boolean)
Declaration
public static void FoldoutLabel(Rect rect, string label, bool selected, bool focused)
Parameters
|
Improve this Doc
View Source
Label(Rect, String, Boolean, Boolean)
Declaration
public static void Label(Rect rect, string label, bool selected, bool focused)
Parameters
|
Improve this Doc
View Source
LabelRightAligned(Rect, String, Boolean, Boolean)
Declaration
public static void LabelRightAligned(Rect rect, string label, bool selected, bool focused)
Parameters