C# Class ProjectStorms.ExplosionTrigger

Explosion trigger - on collision enter.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: patferguson/Storms-Project

Méthodes publiques

Méthode Description
OnEnable ( ) : void
OnTriggerStay ( Collider other ) : void
TimeOut ( ) : void
Update ( ) : void

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnTriggerStay() public méthode

public OnTriggerStay ( Collider other ) : void
other UnityEngine.Collider
Résultat void

TimeOut() public méthode

public TimeOut ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void