C# Class LINQPlayerManager, LearningUnits

Inheritance: MonoBehaviour
Show file Open project: prime31/LearningUnits

Public Properties

Property Type Description
bulletPrefab GameObject
headUpText GUIText

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Private Methods

Method Description
shootBullet ( GameObject bullet ) : IEnumerator

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

bulletPrefab public property

public GameObject bulletPrefab
return GameObject

headUpText public property

public GUIText headUpText
return GUIText