C# Class UnityEditor.GUIViewDebuggerWindow.Styles

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
boxStyle UnityEngine.GUIStyle
centeredText UnityEngine.GUIStyle
listBackgroundStyle UnityEngine.GUIStyle
listItem UnityEngine.GUIStyle
listItemBackground UnityEngine.GUIStyle
stackframeStyle UnityEngine.GUIStyle
stacktraceBackground UnityEngine.GUIStyle

Public Methods

Method Description
Styles ( ) : System

Method Details

Styles() public method

public Styles ( ) : System
return System

Property Details

boxStyle public_oe property

public GUIStyle,UnityEngine boxStyle
return UnityEngine.GUIStyle

centeredText public_oe property

public GUIStyle,UnityEngine centeredText
return UnityEngine.GUIStyle

listBackgroundStyle public_oe property

public GUIStyle,UnityEngine listBackgroundStyle
return UnityEngine.GUIStyle

listItem public_oe property

public GUIStyle,UnityEngine listItem
return UnityEngine.GUIStyle

listItemBackground public_oe property

public GUIStyle,UnityEngine listItemBackground
return UnityEngine.GUIStyle

stackframeStyle public_oe property

public GUIStyle,UnityEngine stackframeStyle
return UnityEngine.GUIStyle

stacktraceBackground public_oe property

public GUIStyle,UnityEngine stacktraceBackground
return UnityEngine.GUIStyle