C# Class UnityEditor.PackageImport.Constants

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
ConsoleEntryBackEven UnityEngine.GUIStyle
ConsoleEntryBackOdd UnityEngine.GUIStyle
badgeNew UnityEngine.GUIContent
bottomBarBg UnityEngine.GUIStyle
lineColor Color
textureIconDropShadow UnityEngine.GUIStyle
title UnityEngine.GUIStyle
topBarBg UnityEngine.GUIStyle

Public Methods

Method Description
Constants ( ) : System

Method Details

Constants() public method

public Constants ( ) : System
return System

Property Details

ConsoleEntryBackEven public property

public GUIStyle,UnityEngine ConsoleEntryBackEven
return UnityEngine.GUIStyle

ConsoleEntryBackOdd public property

public GUIStyle,UnityEngine ConsoleEntryBackOdd
return UnityEngine.GUIStyle

badgeNew public property

public GUIContent,UnityEngine badgeNew
return UnityEngine.GUIContent

bottomBarBg public property

public GUIStyle,UnityEngine bottomBarBg
return UnityEngine.GUIStyle

lineColor public property

public Color lineColor
return Color

textureIconDropShadow public property

public GUIStyle,UnityEngine textureIconDropShadow
return UnityEngine.GUIStyle

title public property

public GUIStyle,UnityEngine title
return UnityEngine.GUIStyle

topBarBg public property

public GUIStyle,UnityEngine topBarBg
return UnityEngine.GUIStyle