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§
fn m_visible(self) -> Dictionary_2<Il2CppString, bool>
fn set_m_visible(self, value: Dictionary_2<Il2CppString, bool>)
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.