C# Class DeathScript, Alternalien9-21-2015

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public string currentLevel
return string

deathPossible public_oe property

public bool deathPossible
return bool

objectDestroyable public_oe property

public bool objectDestroyable
return bool

triggerObject public_oe property

public GameObject triggerObject
return GameObject