Skip to main content

IDragonRideDifficultSelectMenu_DifficultyItem

Trait IDragonRideDifficultSelectMenu_DifficultyItem 

Source
pub trait IDragonRideDifficultSelectMenu_DifficultyItem: IBasicMenuItem {
    // Provided methods
    fn m_difficult_id(self) -> Il2CppString { ... }
    fn set_m_difficult_id(self, value: Il2CppString) { ... }
    fn m_is_enable(self) -> bool { ... }
    fn set_m_is_enable(self, value: bool) { ... }
    fn m_is_expert(self) -> bool { ... }
    fn set_m_is_expert(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_difficult_id(self) -> Il2CppString

Source

fn set_m_difficult_id(self, value: Il2CppString)

Source

fn m_is_enable(self) -> bool

Source

fn set_m_is_enable(self, value: bool)

Source

fn m_is_expert(self) -> bool

Source

fn set_m_is_expert(self, value: 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.

Implementors§