C# Class kode80.GUIWrapper.GUITextField

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

Méthodes publiques

Свойство Type Description
value string

Méthodes publiques

Méthode Description
GUITextField ( GUIContent content, string value = "", 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

GUITextField() public méthode

public GUITextField ( GUIContent content, string value = "", OnGUIAction action = null ) : UnityEngine
content UnityEngine.GUIContent
value string
action OnGUIAction
Résultat UnityEngine

Property Details

value public_oe property

public string value
Résultat string