C# Class UnityEditor.SketchUpImportDlg.Styles

显示文件 Open project: randomize/VimConfig

Public Properties

Property Type Description
boxBackground UnityEngine.GUIStyle
buttonWidth float
cancelButton UnityEngine.GUIContent
headerStyle UnityEngine.GUIStyle
nodesLabel UnityEngine.GUIContent
okButton UnityEngine.GUIContent
toggleStyle UnityEngine.GUIStyle
windowTitle UnityEngine.GUIContent

Public Methods

Method Description
Styles ( ) : System

Method Details

Styles() public method

public Styles ( ) : System
return System

Property Details

boxBackground public_oe property

public GUIStyle,UnityEngine boxBackground
return UnityEngine.GUIStyle

buttonWidth public_oe property

public float buttonWidth
return float

cancelButton public_oe property

public GUIContent,UnityEngine cancelButton
return UnityEngine.GUIContent

headerStyle public_oe property

public GUIStyle,UnityEngine headerStyle
return UnityEngine.GUIStyle

nodesLabel public_oe property

public GUIContent,UnityEngine nodesLabel
return UnityEngine.GUIContent

okButton public_oe property

public GUIContent,UnityEngine okButton
return UnityEngine.GUIContent

toggleStyle public_oe property

public GUIStyle,UnityEngine toggleStyle
return UnityEngine.GUIStyle

windowTitle public_oe property

public GUIContent,UnityEngine windowTitle
return UnityEngine.GUIContent