pub trait IRingListSkillMenu_ItemHelpWindowMethods: IRingListSkillMenu_ItemHelpWindow {
// Provided methods
fn ctor(self, root_object: impl Into<GameObject>) { ... }
fn set_item_data(self, item_data: impl Into<ItemData>) { ... }
fn show(self) { ... }
fn hide(self) { ... }
}Provided Methods§
Sourcefn ctor(self, root_object: impl Into<GameObject>)
fn ctor(self, root_object: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) overload
Sourcefn set_item_data(self, item_data: impl Into<ItemData>)
fn set_item_data(self, item_data: impl Into<ItemData>)
SetItemData(crate::app::itemdata::ItemData) 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§
impl<__T: IRingListSkillMenu_ItemHelpWindow> IRingListSkillMenu_ItemHelpWindowMethods for __T
Available on crate feature
app-ringlistskillmenu only.