Skip to main content

ISoundWwise_SoundPrepareManager_EventParamMethods

Trait ISoundWwise_SoundPrepareManager_EventParamMethods 

Source
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§

Source

fn ctor(self, event_name: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

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§

Source§

impl<__T: ISoundWwise_SoundPrepareManager_EventParam> ISoundWwise_SoundPrepareManager_EventParamMethods for __T

Available on crate feature app-soundwwise only.