Trait fmod::core::RolloffCallback
source · pub trait RolloffCallback {
// Required method
fn rolloff(channel_control: ChannelControl, distance: c_float) -> c_float;
}Required Methods§
fn rolloff(channel_control: ChannelControl, distance: c_float) -> c_float
Object Safety§
This trait is not object safe.