C# Class kode80.GUIWrapper.GUIPopup

Inheritance: GUIBase
Show file Open project: kode80/UnityTools

Public Properties

Property Type Description
selectedIndex int

Public Methods

Method Description
GUIPopup ( GUIContent content, GUIContent displayedOptions, int selectedIndex, OnGUIAction action = null ) : UnityEngine

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIPopup() public method

public GUIPopup ( GUIContent content, GUIContent displayedOptions, int selectedIndex, OnGUIAction action = null ) : UnityEngine
content UnityEngine.GUIContent
displayedOptions UnityEngine.GUIContent
selectedIndex int
action OnGUIAction
return UnityEngine

Property Details

selectedIndex public property

public int selectedIndex
return int