C# Class FireEnemyExplode, JuniorProject

Inheritance: MonoBehaviour
Show file Open project: MilesMeacham/JuniorProject

Public Properties

Property Type Description
Explosion GameObject
countdown float
damage float
explodeStart float
explosionPoint Transform
reloading bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
waitToExplode ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Explosion public property

public GameObject Explosion
return GameObject

countdown public property

public float countdown
return float

damage public property

public float damage
return float

explodeStart public property

public float explodeStart
return float

explosionPoint public property

public Transform explosionPoint
return Transform

reloading public property

public bool reloading
return bool