Third Person Cover Shooter
1.6
|
Plays sounds upon a hit. More...
Public Member Functions | |
void | OnHit (Hit hit) |
Plays a sound. More... | |
Public Attributes | |
AudioClip [] | Bullet |
Possible sounds to play on bullet impact. More... | |
AudioClip [] | Melee |
Possible sounds to play on melee impact. More... | |
Plays sounds upon a hit.
Used mostly on static level geometry.
void CoverShooter.HitSounds.OnHit | ( | Hit | hit | ) |
Plays a sound.
AudioClip [] CoverShooter.HitSounds.Bullet |
Possible sounds to play on bullet impact.
AudioClip [] CoverShooter.HitSounds.Melee |
Possible sounds to play on melee impact.