C# Class UnityEditor.GameObjectTreeViewGUI.GameObjectStyles

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
brokenPrefabLabel UnityEngine.GUIStyle
disabledBrokenPrefabLabel UnityEngine.GUIStyle
disabledLabel UnityEngine.GUIStyle
disabledPrefabLabel UnityEngine.GUIStyle
prefabLabel UnityEngine.GUIStyle

Public Methods

Method Description
GameObjectStyles ( ) : System

Method Details

GameObjectStyles() public method

public GameObjectStyles ( ) : System
return System

Property Details

brokenPrefabLabel public_oe property

public GUIStyle,UnityEngine brokenPrefabLabel
return UnityEngine.GUIStyle

disabledBrokenPrefabLabel public_oe property

public GUIStyle,UnityEngine disabledBrokenPrefabLabel
return UnityEngine.GUIStyle

disabledLabel public_oe property

public GUIStyle,UnityEngine disabledLabel
return UnityEngine.GUIStyle

disabledPrefabLabel public_oe property

public GUIStyle,UnityEngine disabledPrefabLabel
return UnityEngine.GUIStyle

prefabLabel public_oe property

public GUIStyle,UnityEngine prefabLabel
return UnityEngine.GUIStyle