pub trait ISortieTopMenuContentMethods: ISortieTopMenuContent {
// Provided methods
fn update_info(self, is_sortie_top: impl Into<bool>) { ... }
fn get_sub_item_menu_rect(self) -> RectTransform { ... }
fn set_color(self, color: impl Into<Color>) { ... }
fn get_menu_item_content_max(self) -> i32 { ... }
fn calc_w(self) -> f32 { ... }
fn calc_h(self) -> f32 { ... }
fn build_menu_item_content(self) { ... }
fn open_anime(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn update_info(self, is_sortie_top: impl Into<bool>)
fn update_info(self, is_sortie_top: impl Into<bool>)
UpdateInfo(bool) overload
GetSubItemMenuRect() overload
Sourcefn set_color(self, color: impl Into<Color>)
fn set_color(self, color: impl Into<Color>)
SetColor(crate::unity_engine::color::Color) overload
GetMenuItemContentMax() overload
BuildMenuItemContent() overload
Sourcefn open_anime(self)
fn open_anime(self)
OpenAnime() 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: ISortieTopMenuContent> ISortieTopMenuContentMethods for __T
Available on crate feature
app-sortietopmenucontent only.