Skip to main content

IRingListSkillMenu_SkillHelpWindowMethods

Trait IRingListSkillMenu_SkillHelpWindowMethods 

Source
pub trait IRingListSkillMenu_SkillHelpWindowMethods: IRingListSkillMenu_SkillHelpWindow {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn set_skill_data(
        self,
        menu_item: impl Into<RingListSkillMenu_MenuItem_Skill>,
    ) { ... }
    fn set_skill_data_2(
        self,
        menu_item: impl Into<RingListSkillMenu_MenuItem_ExtraSkill>,
    ) { ... }
    fn set_item_kind(
        self,
        menu_item: impl Into<RingListSkillMenu_MenuItem_WeaponTalent>,
    ) { ... }
    fn show(self) { ... }
    fn hide(self) { ... }
}

Provided Methods§

Source

fn ctor(self, root_object: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn set_skill_data(self, menu_item: impl Into<RingListSkillMenu_MenuItem_Skill>)

SetSkillData(crate::app::ringlistskillmenu::RingListSkillMenu_MenuItem_Skill) overload

Source

fn set_skill_data_2( self, menu_item: impl Into<RingListSkillMenu_MenuItem_ExtraSkill>, )

SetSkillData(crate::app::ringlistskillmenu::RingListSkillMenu_MenuItem_ExtraSkill) overload

Source

fn set_item_kind( self, menu_item: impl Into<RingListSkillMenu_MenuItem_WeaponTalent>, )

SetItemKind(crate::app::ringlistskillmenu::RingListSkillMenu_MenuItem_WeaponTalent) overload

Source

fn show(self)

Show() overload

Source

fn hide(self)

Hide() overload

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§

Source§

impl<__T: IRingListSkillMenu_SkillHelpWindow> IRingListSkillMenu_SkillHelpWindowMethods for __T

Available on crate feature app-ringlistskillmenu only.