Skip to main content

IBattleDebugManager

Trait IBattleDebugManager 

Source
pub trait IBattleDebugManager: ISingletonClass_1<BattleDebugManager> {
    // Provided methods
    fn m_visible(self) -> Dictionary_2<Il2CppString, bool> { ... }
    fn set_m_visible(self, value: Dictionary_2<Il2CppString, bool>) { ... }
}

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§