Свойство | Тип | Описание | |
---|---|---|---|
bottomLeft | GUIText | ||
bottomRight | GUIText | ||
lowerLeft | GUIText | ||
lowerRight | GUIText | ||
upperLeft | GUIText | ||
upperRight | GUIText |
Метод | Описание | |
---|---|---|
OnStateChange ( ) : void | ||
SetBottomLeftText ( string text ) : void | ||
SetLowerLeftText ( string text ) : void | ||
SetLowerRightText ( string text ) : void | ||
SetUpperLeftText ( string text ) : void | ||
SetUpperRightText ( string text ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public SetBottomLeftText ( string text ) : void | ||
text | string | |
Результат | void |
public SetLowerLeftText ( string text ) : void | ||
text | string | |
Результат | void |
public SetLowerRightText ( string text ) : void | ||
text | string | |
Результат | void |
public SetUpperLeftText ( string text ) : void | ||
text | string | |
Результат | void |
public SetUpperRightText ( string text ) : void | ||
text | string | |
Результат | void |