C# Class DamageFlash, JuniorProject

Inheritance: MonoBehaviour
Mostra file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
flashTimer float

Public Methods

Method Description
OnTriggerEnter ( Collider Collider ) : void
Start ( ) : void

Private Methods

Method Description
flashRed ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider Collider ) : void
Collider Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

flashTimer public_oe property

public float flashTimer
return float