C# Class ProjectStorms.TextSpray

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: patferguson/Storms-Project

Public Properties

Property Type Description
camController MasterCamera
pooledText int
scoreTextPrefab UnityEngine.GameObject

Public Methods

Method Description
CamInfo ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CamInfo() public method

public CamInfo ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

camController public property

public MasterCamera,ProjectStorms camController
return MasterCamera

pooledText public property

public int pooledText
return int

scoreTextPrefab public property

public GameObject,UnityEngine scoreTextPrefab
return UnityEngine.GameObject