pub trait ISoundWwise_SoundPrepareManager_EventParamMethods: ISoundWwise_SoundPrepareManager_EventParam {
// Provided methods
fn ctor(self, event_name: impl Into<Il2CppString>) { ... }
fn get_event_name(self) -> Il2CppString { ... }
}Provided Methods§
Sourcefn ctor(self, event_name: impl Into<Il2CppString>)
fn ctor(self, event_name: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn get_event_name(self) -> Il2CppString
fn get_event_name(self) -> Il2CppString
GetEventName() 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_EventParam> ISoundWwise_SoundPrepareManager_EventParamMethods for __T
Available on crate feature
app-soundwwise only.