Skip to main content

ISoundWwise_SoundPrepareManager_SwitchGroupParamListMethods

Trait ISoundWwise_SoundPrepareManager_SwitchGroupParamListMethods 

Source
pub trait ISoundWwise_SoundPrepareManager_SwitchGroupParamListMethods: ISoundWwise_SoundPrepareManager_SwitchGroupParamList {
    // Provided methods
    fn inc_ref(
        self,
        switch_group_name: impl Into<Il2CppString>,
        switch_name: impl Into<Il2CppString>,
    ) -> bool { ... }
    fn dec_ref(
        self,
        switch_group_name: impl Into<Il2CppString>,
        switch_name: impl Into<Il2CppString>,
    ) -> bool { ... }
    fn clear(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn inc_ref( self, switch_group_name: impl Into<Il2CppString>, switch_name: impl Into<Il2CppString>, ) -> bool

IncRef(::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn dec_ref( self, switch_group_name: impl Into<Il2CppString>, switch_name: impl Into<Il2CppString>, ) -> bool

DecRef(::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn clear(self)

Clear() overload

Source

fn ctor(self)

.ctor() 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§