C# Class GUITextScript

Inheritance: MonoBehaviour
Afficher le fichier Open project: CRUKorg/SpaceSnap

Méthodes publiques

Свойство Type Description
healthText GUIText
scoreText GUIText

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
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

healthText public_oe property

public GUIText healthText
Résultat GUIText

scoreText public_oe property

public GUIText scoreText
Résultat GUIText