C# Class LINQPlayerManager, LearningUnits

Inheritance: MonoBehaviour
Afficher le fichier Open project: prime31/LearningUnits

Méthodes publiques

Свойство Type Description
bulletPrefab GameObject
headUpText GUIText

Méthodes publiques

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

Private Methods

Méthode Description
shootBullet ( GameObject bullet ) : IEnumerator

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

bulletPrefab public_oe property

public GameObject bulletPrefab
Résultat GameObject

headUpText public_oe property

public GUIText headUpText
Résultat GUIText