C# Class GameControllerInfinite

Inheritance: MonoBehaviour
Afficher le fichier Open project: ashanhol/CollectThemAllVR Class Usage Examples

Méthodes publiques

Свойство Type Description
countText Text
fireworks ParticleSystem
stillGoText Text

Méthodes publiques

Méthode Description
AddOne ( ) : void
SetCountText ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddOne() public méthode

public AddOne ( ) : void
Résultat void

SetCountText() public méthode

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

countText public_oe property

public Text countText
Résultat Text

fireworks public_oe property

public ParticleSystem fireworks
Résultat ParticleSystem

stillGoText public_oe property

public Text stillGoText
Résultat Text