Skip to main content

Enum GameSoundEffect

Represents the sound effects that can be played by the Meadow.Foundation.Audio.GameSounds class

Assembly: MicroAudio.dll​
View Source​
Declaration
public enum GameSoundEffect

Fields​

Activation​

A sound effect indicating the activation or use of an item or power-up

View Source​
Declaration
Activation = 0

Blip​

A simple blip sound effect

View Source​
Declaration
Blip = 1

BossBattle​

A sound effect indicating a boss battle or end challenge

View Source​
Declaration
BossBattle = 2

ButtonPress​

A button press or selection sound effect

View Source​
Declaration
ButtonPress = 3

Coin​

A coin or currency collection sound effect

View Source​
Declaration
Coin = 4

Collectible​

A sound effect indicating the collection of an item or bonus

View Source​
Declaration
Collectible = 5

Countdown​

A countdown or timer sound effect

View Source​
Declaration
Countdown = 6

EnemyDeath​

A sound effect indicating the death or defeat of an enemy

View Source​
Declaration
EnemyDeath = 7

Explosion​

An explosion or destruction sound effect

View Source​
Declaration
Explosion = 8

Footstep​

A sound effect indicating a footstep or movement

View Source​
Declaration
Footstep = 9

GameOver​

A game over or failure sound effect

View Source​
Declaration
GameOver = 10

Health​

A sound effect indicating a health pickup or healing

View Source​
Declaration
Health = 11

Hit​

A hit or damage sound effect

View Source​
Declaration
Hit = 12

Jump​

A jump or hop sound effect

View Source​
Declaration
Jump = 13

Laser​

A laser or projectile firing sound effect

View Source​
Declaration
Laser = 14

LevelComplete​

A sound effect indicating the completion of a level or challenge

View Source​
Declaration
LevelComplete = 15

A menu navigation or selection sound effect

View Source​
Declaration
MenuNavigate = 16

PowerUp​

A power-up or item pick-up sound effect

View Source​
Declaration
PowerUp = 17

PowerDown​

A power-down or failure sound effect

View Source​
Declaration
PowerDown = 18

SecretFound​

A sound effect indicating the discovery of a secret or hidden item

View Source​
Declaration
SecretFound = 19

Splash​

A sound effect indicating a splash in water

View Source​
Declaration
Splash = 20

Teleport​

A sound effect indicating a teleport or warp

View Source​
Declaration
Teleport = 21

Victory​

A victory or success sound effect

View Source​
Declaration
Victory = 22

Warning​

A warning or alarm sound effect

View Source​
Declaration
Warning = 23

WeaponSwitch​

A sound effect indicating a weapon or tool switch

View Source​
Declaration
WeaponSwitch = 24