Skip to main content

ISoundWwise_SoundPrepareManager_SwitchParamMethods

Trait ISoundWwise_SoundPrepareManager_SwitchParamMethods 

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

Source

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

.ctor(::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn get_switch_group_name(self) -> Il2CppString

GetSwitchGroupName() overload

Source

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§