Skip to main content

ISoundWwise_SoundPrepareManager_SwitchParamListMethods

Trait ISoundWwise_SoundPrepareManager_SwitchParamListMethods 

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

Provided Methods§

Source

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

.ctor(::unity::Il2CppString) overload

Source

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

IncRef(::unity::Il2CppString) overload

Source

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

DecRef(::unity::Il2CppString) overload

Source

fn is_empty(self) -> bool

IsEmpty() overload

Source

fn clear(self)

Clear() 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§