C# Class DeathScript, Alternalien9-21-2015

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

Méthodes publiques

Свойство Type Description
currentLevel string
deathPossible bool
objectDestroyable bool
triggerObject GameObject

Méthodes publiques

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

Method Details

OnTriggerEnter2D() public méthode

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

deathPossible public_oe property

public bool deathPossible
Résultat bool

objectDestroyable public_oe property

public bool objectDestroyable
Résultat bool

triggerObject public_oe property

public GameObject triggerObject
Résultat GameObject