C# Class DeathScript, Alternalien9-21-2015

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

Public Properties

Property Type Description
currentLevel string
deathPossible bool
objectDestroyable bool
triggerObject GameObject

Public Methods

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

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( 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

deathPossible public property

public bool deathPossible
return bool

objectDestroyable public property

public bool objectDestroyable
return bool

triggerObject public property

public GameObject triggerObject
return GameObject