C# Class ProjectStorms.ExplosionTrigger

Explosion trigger - on collision enter.
Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: patferguson/Storms-Project

Public Methods

Method Description
OnEnable ( ) : void
OnTriggerStay ( Collider other ) : void
TimeOut ( ) : void
Update ( ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider other ) : void
other UnityEngine.Collider
return void

TimeOut() public method

public TimeOut ( ) : void
return void

Update() public method

public Update ( ) : void
return void