Пример #1
0
 public string TextField(Rect position, string text, int maxLength)
 {
     return GUI.TextField(position.ToUnity(), text, maxLength);
 }