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

Description

Definition at line 17 of file snd_Lfo.h.

Public Member Functions

void Init ()
 

Public Attributes

f32 depth
 
f32 speed
 
ulong delay
 
u8 range
 
u8 padding [3]
 

Constructor & Destructor Documentation

◆ LfoParam()

nw4r::snd::detail::LfoParam::LfoParam ( )
inline

Definition at line 22 of file snd_Lfo.h.

Member Data Documentation

◆ depth

f32 nw4r::snd::detail::LfoParam::depth

Definition at line 29 of file snd_Lfo.h.

◆ speed

f32 nw4r::snd::detail::LfoParam::speed

Definition at line 30 of file snd_Lfo.h.

◆ delay

ulong nw4r::snd::detail::LfoParam::delay

Definition at line 31 of file snd_Lfo.h.

◆ range

u8 nw4r::snd::detail::LfoParam::range

Definition at line 32 of file snd_Lfo.h.

◆ padding

u8 nw4r::snd::detail::LfoParam::padding[3]

Definition at line 33 of file snd_Lfo.h.