C# Class Angry_Sun, Alternalien9-21-2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: DragoonGames/Alternalien9-21-2015

Méthodes publiques

Свойство Type Description
currentLevel string
myTextMesh UnityEngine.TextMesh
sunTimer float

Méthodes publiques

Méthode Description
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
BurnTheDesert ( ) : IEnumerator

Method Details

OnTriggerStay2D() public méthode

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
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

currentLevel public_oe property

public string currentLevel
Résultat string

myTextMesh public_oe property

public TextMesh,UnityEngine myTextMesh
Résultat UnityEngine.TextMesh

sunTimer public_oe property

public float sunTimer
Résultat float