Skip to main content

IHubMiniMapLayer

Trait IHubMiniMapLayer 

Source
pub trait IHubMiniMapLayer: IMonoBehaviour {
    // Provided methods
    fn m_layer(self) -> i32 { ... }
    fn set_m_layer(self, value: i32) { ... }
    fn m_env_sound_id(self) -> Il2CppString { ... }
    fn set_m_env_sound_id(self, value: Il2CppString) { ... }
}

Provided Methods§

Source

fn m_layer(self) -> i32

Source

fn set_m_layer(self, value: i32)

Source

fn m_env_sound_id(self) -> Il2CppString

Source

fn set_m_env_sound_id(self, value: Il2CppString)

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§