Skip to main content

ISoundWwise_SoundBankManager_BankHandle

Trait ISoundWwise_SoundBankManager_BankHandle 

Source
pub trait ISoundWwise_SoundBankManager_BankHandle: IObject {
    // Provided methods
    fn m_is_prepare_load(self) -> bool { ... }
    fn set_m_is_prepare_load(self, value: bool) { ... }
    fn m_bank_name(self) -> Il2CppString { ... }
    fn set_m_bank_name(self, value: Il2CppString) { ... }
    fn m_bank_id(self) -> u32 { ... }
    fn set_m_bank_id(self, value: u32) { ... }
    fn m_ref_count(self) -> i32 { ... }
    fn set_m_ref_count(self, value: i32) { ... }
    fn m_state(self) -> SoundWwise_SoundBankManager_States { ... }
    fn set_m_state(self, value: SoundWwise_SoundBankManager_States) { ... }
    fn m_internal_state(self) -> SoundWwise_SoundBankManager_InternalStates { ... }
    fn set_m_internal_state(
        self,
        value: SoundWwise_SoundBankManager_InternalStates,
    ) { ... }
}

Provided Methods§

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§