NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::SoundActorParam Struct Reference

Description

Definition at line 104 of file snd_BasicSound.h.

Public Attributes

f32 volume
 
f32 pitch
 
f32 pan
 

Constructor & Destructor Documentation

◆ SoundActorParam()

nw4r::snd::detail::SoundActorParam::SoundActorParam ( )
inline

Definition at line 109 of file snd_BasicSound.h.

Member Data Documentation

◆ volume

f32 nw4r::snd::detail::SoundActorParam::volume

Definition at line 118 of file snd_BasicSound.h.

◆ pitch

f32 nw4r::snd::detail::SoundActorParam::pitch

Definition at line 119 of file snd_BasicSound.h.

◆ pan

f32 nw4r::snd::detail::SoundActorParam::pan

Definition at line 120 of file snd_BasicSound.h.