C# Class Angry_Sun, Alternalien9-21-2015

Inheritance: MonoBehaviour
Show file Open project: DragoonGames/Alternalien9-21-2015

Public Properties

Property Type Description
currentLevel string
myTextMesh UnityEngine.TextMesh
sunTimer float

Public Methods

Method Description
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
BurnTheDesert ( ) : IEnumerator

Method Details

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

currentLevel public property

public string currentLevel
return string

myTextMesh public property

public TextMesh,UnityEngine myTextMesh
return UnityEngine.TextMesh

sunTimer public property

public float sunTimer
return float