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§
fn m_param_list( self, ) -> Dictionary_2<Il2CppString, SoundWwise_SoundPrepareManager_EventParam>
fn set_m_param_list( self, value: Dictionary_2<Il2CppString, SoundWwise_SoundPrepareManager_EventParam>, )
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.