C# Class GUIAutoSelect, UnityGUIExtensions

Afficher le fichier Open project: MrJoy/UnityGUIExtensions

Méthodes publiques

Méthode Description
TextArea ( string name, Rect pos, string text ) : string
TextArea ( string name, Rect pos, string text, GUIStyle style ) : string
TextArea ( string name, Rect pos, string text, int maxLength ) : string
TextArea ( string name, Rect pos, string text, int maxLength, GUIStyle style ) : string

Method Details

TextArea() public static méthode

public static TextArea ( string name, Rect pos, string text ) : string
name string
pos Rect
text string
Résultat string

TextArea() public static méthode

public static TextArea ( string name, Rect pos, string text, GUIStyle style ) : string
name string
pos Rect
text string
style GUIStyle
Résultat string

TextArea() public static méthode

public static TextArea ( string name, Rect pos, string text, int maxLength ) : string
name string
pos Rect
text string
maxLength int
Résultat string

TextArea() public static méthode

public static TextArea ( string name, Rect pos, string text, int maxLength, GUIStyle style ) : string
name string
pos Rect
text string
maxLength int
style GUIStyle
Résultat string