C# Class kode80.GUIWrapper.GUIPopup

Inheritance: GUIBase
Afficher le fichier Open project: kode80/UnityTools

Méthodes publiques

Свойство Type Description
selectedIndex int

Méthodes publiques

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

Méthodes protégées

Méthode Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected méthode

protected CustomOnGUI ( ) : void
Résultat void

GUIPopup() public méthode

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

Property Details

selectedIndex public_oe property

public int selectedIndex
Résultat int