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§
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>, )
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.