Skip to main content

ISoundWwise_SoundPrepareManager_SwitchGroupParamList

Trait ISoundWwise_SoundPrepareManager_SwitchGroupParamList 

Source
pub trait ISoundWwise_SoundPrepareManager_SwitchGroupParamList: IObject {
    // Provided methods
    fn m_param_list_list(
        self,
    ) -> Dictionary_2<Il2CppString, SoundWwise_SoundPrepareManager_SwitchParamList> { ... }
    fn set_m_param_list_list(
        self,
        value: Dictionary_2<Il2CppString, SoundWwise_SoundPrepareManager_SwitchParamList>,
    ) { ... }
}

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§