Show / Hide Table of Contents

Class TreeView.DefaultGUI

Inheritance
Object
TreeView.DefaultGUI
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.IMGUI.Controls
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
Type Name Description
Rect rect
String label
Boolean selected
Boolean focused
| Improve this Doc View Source

BoldLabelRightAligned(Rect, String, Boolean, Boolean)

Declaration
public static void BoldLabelRightAligned(Rect rect, string label, bool selected, bool focused)
Parameters
Type Name Description
Rect rect
String label
Boolean selected
Boolean focused
| Improve this Doc View Source

FoldoutLabel(Rect, String, Boolean, Boolean)

Declaration
public static void FoldoutLabel(Rect rect, string label, bool selected, bool focused)
Parameters
Type Name Description
Rect rect
String label
Boolean selected
Boolean focused
| Improve this Doc View Source

Label(Rect, String, Boolean, Boolean)

Declaration
public static void Label(Rect rect, string label, bool selected, bool focused)
Parameters
Type Name Description
Rect rect
String label
Boolean selected
Boolean focused
| Improve this Doc View Source

LabelRightAligned(Rect, String, Boolean, Boolean)

Declaration
public static void LabelRightAligned(Rect rect, string label, bool selected, bool focused)
Parameters
Type Name Description
Rect rect
String label
Boolean selected
Boolean focused
  • Improve this Doc
  • View Source
Back to top Generated by DocFX