Trait ModulatorBuilder
pub trait ModulatorBuilder {
type Handle;
// Required method
fn build(self, id: ModulatorId) -> (Box<dyn Modulator>, Self::Handle) ⓘ;
}
Available on crate feature
dep_kira
only.Expand description
Configures a modulator.
Required Associated Types§
type Handle
type Handle
Allows the user to control the modulator from gameplay code.