pub trait IFishingRodSelectMenu_RodCItemMethods: IFishingRodSelectMenu_RodCItem {
// 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§
Sourcefn 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 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
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn on_cursor_move_end(self)
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§
impl<__T: IFishingRodSelectMenu_RodCItem> IFishingRodSelectMenu_RodCItemMethods for __T
Available on crate feature
app-fishingrodselectmenu only.