C# Class UIHandler

Inheritance: MonoBehaviour
Afficher le fichier Open project: daniel-cheng/stellar Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomLeft GUIText
bottomRight GUIText
lowerLeft GUIText
lowerRight GUIText
upperLeft GUIText
upperRight GUIText

Méthodes publiques

Méthode Description
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

Method Details

OnStateChange() public méthode

public OnStateChange ( ) : void
Résultat void

SetBottomLeftText() public méthode

public SetBottomLeftText ( string text ) : void
text string
Résultat void

SetLowerLeftText() public méthode

public SetLowerLeftText ( string text ) : void
text string
Résultat void

SetLowerRightText() public méthode

public SetLowerRightText ( string text ) : void
text string
Résultat void

SetUpperLeftText() public méthode

public SetUpperLeftText ( string text ) : void
text string
Résultat void

SetUpperRightText() public méthode

public SetUpperRightText ( string text ) : void
text string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bottomLeft public_oe property

public GUIText bottomLeft
Résultat GUIText

bottomRight public_oe property

public GUIText bottomRight
Résultat GUIText

lowerLeft public_oe property

public GUIText lowerLeft
Résultat GUIText

lowerRight public_oe property

public GUIText lowerRight
Résultat GUIText

upperLeft public_oe property

public GUIText upperLeft
Résultat GUIText

upperRight public_oe property

public GUIText upperRight
Résultat GUIText