C# Class UnityEditor.ExposablePopupMenu.PopupButtonData

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
m_GUIContent UnityEngine.GUIContent
m_Style UnityEngine.GUIStyle

Public Methods

Method Description
PopupButtonData ( GUIContent content, GUIStyle style ) : System

Method Details

PopupButtonData() public method

public PopupButtonData ( GUIContent content, GUIStyle style ) : System
content UnityEngine.GUIContent
style UnityEngine.GUIStyle
return System

Property Details

m_GUIContent public property

public GUIContent,UnityEngine m_GUIContent
return UnityEngine.GUIContent

m_Style public property

public GUIStyle,UnityEngine m_Style
return UnityEngine.GUIStyle