|
Third Person Cover Shooter
1.6
|
Spawns effects prefabs on various melee events. More...
Public Member Functions | |
| void | OnMeleeAttack () |
| Play melee attack effect. More... | |
| void | OnMeleeHit () |
| Play melee hit effect. More... | |
| void | OnMeleeMoment () |
| Play melee attack effect. More... | |
Public Attributes | |
| GameObject | Attack |
| Object to instantiate when attacking. More... | |
| GameObject | Hit |
| Object to instantiate when hitting. More... | |
| GameObject | Moment |
| Object to instantiate when attacking during a specific animation moment. More... | |
Spawns effects prefabs on various melee events.
| void CoverShooter.MeleeEffects.OnMeleeAttack | ( | ) |
Play melee attack effect.
Implements CoverShooter.IMeleeListener.
| void CoverShooter.MeleeEffects.OnMeleeHit | ( | ) |
Play melee hit effect.
Implements CoverShooter.IMeleeListener.
| void CoverShooter.MeleeEffects.OnMeleeMoment | ( | ) |
Play melee attack effect.
Implements CoverShooter.IMeleeListener.
| GameObject CoverShooter.MeleeEffects.Attack |
Object to instantiate when attacking.
| GameObject CoverShooter.MeleeEffects.Hit |
Object to instantiate when hitting.
| GameObject CoverShooter.MeleeEffects.Moment |
Object to instantiate when attacking during a specific animation moment.