ma_sound_set_attenuation_model function
void
ma_sound_set_attenuation_model(
- Pointer<
ma_sound_group> pSound, - ma_attenuation_model attenuationModel
Implementation
void ma_sound_set_attenuation_model(
ffi.Pointer<ma_sound> pSound,
ma_attenuation_model attenuationModel,
) => _ma_sound_set_attenuation_model(pSound, attenuationModel.value);