Enum AudioType

Enum Documentation

enum class csp::multiplayer::AudioType

Specifies the type of audio source for an audio component.

Values:

enumerator Global

A global audio type keeps the volume of the audio independent from the player position.

enumerator Spatial

A spatial audio takes the player position into account to attenuate or amplify the volume.

enumerator Num