pub trait ISoundWwise_SoundPrepareManager_SwitchParamMethods: ISoundWwise_SoundPrepareManager_SwitchParam {
// Provided methods
fn ctor(
self,
switch_group_name: impl Into<Il2CppString>,
switch_name: impl Into<Il2CppString>,
) { ... }
fn get_switch_group_name(self) -> Il2CppString { ... }
fn get_switch_name(self) -> Il2CppString { ... }
}Provided Methods§
Sourcefn ctor(
self,
switch_group_name: impl Into<Il2CppString>,
switch_name: impl Into<Il2CppString>,
)
fn ctor( self, switch_group_name: impl Into<Il2CppString>, switch_name: impl Into<Il2CppString>, )
.ctor(::unity::Il2CppString, ::unity::Il2CppString) overload
Sourcefn get_switch_group_name(self) -> Il2CppString
fn get_switch_group_name(self) -> Il2CppString
GetSwitchGroupName() overload
Sourcefn get_switch_name(self) -> Il2CppString
fn get_switch_name(self) -> Il2CppString
GetSwitchName() overload
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§
impl<__T: ISoundWwise_SoundPrepareManager_SwitchParam> ISoundWwise_SoundPrepareManager_SwitchParamMethods for __T
Available on crate feature
app-soundwwise only.