C# Class ProjectStorms.TextSpray

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo 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_oe property

public MasterCamera,ProjectStorms camController
return MasterCamera

pooledText public_oe property

public int pooledText
return int

scoreTextPrefab public_oe property

public GameObject,UnityEngine scoreTextPrefab
return UnityEngine.GameObject