pub trait ISolanelInfoMenuContentMethods: ISolanelInfoMenuContent {
// Provided methods
fn after_build(self) { ... }
fn calc_cursor_moved_pos_y(self, menu_item_index: impl Into<i32>) -> f32 { ... }
fn update(self) { ... }
fn calc_w(self) -> f32 { ... }
fn calc_h(self) -> f32 { ... }
fn initialize(self) { ... }
fn get_sprite_atlas_manager(self) -> SpriteAtlasManager_2 { ... }
fn set_area_detail(self, data: impl Into<HubAreaData>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn after_build(self)
fn after_build(self)
AfterBuild() overload
Sourcefn calc_cursor_moved_pos_y(self, menu_item_index: impl Into<i32>) -> f32
fn calc_cursor_moved_pos_y(self, menu_item_index: impl Into<i32>) -> f32
CalcCursorMovedPosY(i32) overload
Sourcefn initialize(self)
fn initialize(self)
Initialize() overload
Sourcefn get_sprite_atlas_manager(self) -> SpriteAtlasManager_2
fn get_sprite_atlas_manager(self) -> SpriteAtlasManager_2
GetSpriteAtlasManager() overload
Sourcefn set_area_detail(self, data: impl Into<HubAreaData>)
fn set_area_detail(self, data: impl Into<HubAreaData>)
SetAreaDetail(crate::app::hubareadata::HubAreaData) 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: ISolanelInfoMenuContent> ISolanelInfoMenuContentMethods for __T
Available on crate feature
app-solanelinfomenucontent only.