Skip to main content

ISoundWwise_SoundPrepareManager_SwitchParamList

Trait ISoundWwise_SoundPrepareManager_SwitchParamList 

Source
pub trait ISoundWwise_SoundPrepareManager_SwitchParamList: IObject {
    // Provided methods
    fn m_switch_group_name(self) -> Il2CppString { ... }
    fn set_m_switch_group_name(self, value: Il2CppString) { ... }
    fn m_param_list(
        self,
    ) -> Dictionary_2<Il2CppString, SoundWwise_SoundPrepareManager_SwitchParam> { ... }
    fn set_m_param_list(
        self,
        value: Dictionary_2<Il2CppString, SoundWwise_SoundPrepareManager_SwitchParam>,
    ) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§