C# Class kode80.GUIWrapper.GUIToolbar

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

Méthodes publiques

Свойство Type Description
itemContent UnityEngine.GUIContent[]
selected int

Méthodes publiques

Méthode Description
GUIToolbar ( GUIContent itemContent, 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

GUIToolbar() public méthode

public GUIToolbar ( GUIContent itemContent, OnGUIAction action = null ) : UnityEngine
itemContent UnityEngine.GUIContent
action OnGUIAction
Résultat UnityEngine

Property Details

itemContent public_oe property

public GUIContent[],UnityEngine itemContent
Résultat UnityEngine.GUIContent[]

selected public_oe property

public int selected
Résultat int