Skip to main content

IFishingRodSelectMenu_RodAItemMethods

Trait IFishingRodSelectMenu_RodAItemMethods 

Source
pub trait IFishingRodSelectMenu_RodAItemMethods: IFishingRodSelectMenu_RodAItem {
    // Provided methods
    fn ctor(
        self,
        event_handler: impl Into<FishingRodSelectMenu_DecideEventHandler>,
        menu_obj: impl Into<GameObject>,
        item_trans: impl Into<Transform>,
        fish_list: impl Into<List_1<ForecastFishData>>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn on_cursor_move_end(self) { ... }
}

Provided Methods§

Source

fn ctor( self, event_handler: impl Into<FishingRodSelectMenu_DecideEventHandler>, menu_obj: impl Into<GameObject>, item_trans: impl Into<Transform>, fish_list: impl Into<List_1<ForecastFishData>>, )

.ctor(crate::app::fishingrodselectmenu::FishingRodSelectMenu_DecideEventHandler, crate::unity_engine::gameobject::GameObject, crate::unity_engine::transform::Transform, crate::system::collections::generic::list_1::List_1<crate::app::fishing::forecastfishdata::ForecastFishData>) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn on_cursor_move_end(self)

OnCursorMoveEnd() 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: IFishingRodSelectMenu_RodAItem> IFishingRodSelectMenu_RodAItemMethods for __T

Available on crate feature app-fishingrodselectmenu only.