Skip to main content

ISoundWwise_SoundPrepareManager_EventParamList

Trait ISoundWwise_SoundPrepareManager_EventParamList 

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

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§