Skip to main content

engage/generated/app/
gmapmapinfocontent.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "app-gmapmapinfocontent-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::{
9        system::object::{IObject, Object},
10        unity_engine::{
11            behaviour::{Behaviour, IBehaviour},
12            component::{Component, IComponent},
13            monobehaviour::{IMonoBehaviour, MonoBehaviour},
14            object_2::{IObject_2, Object_2},
15        },
16    };
17
18    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/gmapmapinfocontent/GmapMapInfoContent_ItemInfo.md"))]
19    #[::unity::class(namespace = "App", name = "GmapMapInfoContent.ItemInfo")]
20    #[parent(crate::system::object::Object)]
21    pub struct GmapMapInfoContent_ItemInfo {
22        #[offset(16)]
23        #[rename(name = "m_Root")]
24        pub m_root: crate::unity_engine::gameobject::GameObject,
25        #[offset(24)]
26        #[rename(name = "m_Icon")]
27        pub m_icon: crate::unity_engine::ui::image::Image,
28        #[offset(32)]
29        #[rename(name = "m_Name")]
30        pub m_name: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
31        #[offset(40)]
32        #[rename(name = "m_Sub")]
33        pub m_sub: crate::unity_engine::gameobject::GameObject,
34    }
35
36    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/gmapmapinfocontent/GmapMapInfoContent.md"))]
37    #[::unity::class(namespace = "App", name = "GmapMapInfoContent")]
38    #[parent(crate::unity_engine::monobehaviour::MonoBehaviour)]
39    pub struct GmapMapInfoContent {
40        #[static_field]
41        #[rename(name = "PrefabPath")]
42        pub prefab_path: ::unity::Il2CppString,
43        #[static_field]
44        #[rename(name = "SpriteAtlasPath")]
45        pub sprite_atlas_path: ::unity::Il2CppString,
46        #[offset(24)]
47        #[rename(name = "m_SpriteAtlas")]
48        pub m_sprite_atlas: crate::unity_engine::u2d::spriteatlas::SpriteAtlas,
49        #[offset(32)]
50        #[rename(name = "m_MapInfoAnim")]
51        pub m_map_info_anim: crate::unity_engine::animator::Animator,
52        #[offset(40)]
53        #[rename(name = "m_MapInfoImage")]
54        pub m_map_info_image: crate::unity_engine::ui::image::Image,
55        #[offset(48)]
56        #[rename(name = "m_MapInfoChapterObj")]
57        pub m_map_info_chapter_obj: crate::unity_engine::gameobject::GameObject,
58        #[offset(56)]
59        #[rename(name = "m_MapInfoTitle")]
60        pub m_map_info_title: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
61        #[offset(64)]
62        #[rename(name = "m_MapInfoIconExpObj")]
63        pub m_map_info_icon_exp_obj: crate::unity_engine::gameobject::GameObject,
64        #[offset(72)]
65        #[rename(name = "m_MapInfoIconCoinObj")]
66        pub m_map_info_icon_coin_obj: crate::unity_engine::gameobject::GameObject,
67        #[offset(80)]
68        #[rename(name = "m_MapInfoIconEncountObj")]
69        pub m_map_info_icon_encount_obj: crate::unity_engine::gameobject::GameObject,
70        #[offset(88)]
71        #[rename(name = "m_MapInfoMessageRootObj")]
72        pub m_map_info_message_root_obj: crate::unity_engine::gameobject::GameObject,
73        #[offset(96)]
74        #[rename(name = "m_MapInfoMessageStoryObj")]
75        pub m_map_info_message_story_obj: crate::unity_engine::gameobject::GameObject,
76        #[offset(104)]
77        #[rename(name = "m_MapInfoMessageEncountObj")]
78        pub m_map_info_message_encount_obj: crate::unity_engine::gameobject::GameObject,
79        #[offset(112)]
80        #[rename(name = "m_MapInfoLvRootObj")]
81        pub m_map_info_lv_root_obj: crate::unity_engine::gameobject::GameObject,
82        #[offset(120)]
83        #[rename(name = "m_MapInfoLvObj")]
84        pub m_map_info_lv_obj: crate::unity_engine::gameobject::GameObject,
85        #[offset(128)]
86        #[rename(name = "m_MapInfoCountryName")]
87        pub m_map_info_country_name: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
88        #[offset(136)]
89        #[rename(name = "m_MapInfoCountryLv")]
90        pub m_map_info_country_lv: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
91        #[offset(144)]
92        #[rename(name = "m_ItemMaterialList")]
93        pub m_item_material_list: crate::system::collections::generic::list_1::List_1<crate::unity_engine::gameobject::GameObject>,
94        #[offset(152)]
95        #[rename(name = "m_ItemFoodList")]
96        pub m_item_food_list: crate::system::collections::generic::list_1::List_1<crate::unity_engine::gameobject::GameObject>,
97        #[offset(160)]
98        #[rename(name = "m_ItemAnimalList")]
99        pub m_item_animal_list: crate::system::collections::generic::list_1::List_1<crate::unity_engine::gameobject::GameObject>,
100        #[offset(168)]
101        #[rename(name = "m_ItemInfoMaterialList")]
102        pub m_item_info_material_list:
103            crate::system::collections::generic::list_1::List_1<crate::app::gmapmapinfocontent::GmapMapInfoContent_ItemInfo>,
104        #[offset(176)]
105        #[rename(name = "m_ItemInfoFoodList")]
106        pub m_item_info_food_list: crate::system::collections::generic::list_1::List_1<crate::app::gmapmapinfocontent::GmapMapInfoContent_ItemInfo>,
107        #[offset(184)]
108        #[rename(name = "m_ItemInfoAnimalList")]
109        pub m_item_info_animal_list: crate::system::collections::generic::list_1::List_1<crate::app::gmapmapinfocontent::GmapMapInfoContent_ItemInfo>,
110        #[offset(192)]
111        #[rename(name = "m_MapInfoSprite")]
112        pub m_map_info_sprite: crate::unity_engine::sprite::Sprite,
113        #[offset(200)]
114        #[rename(name = "m_EncountInfo")]
115        pub m_encount_info: crate::unity_engine::gameobject::GameObject,
116        #[offset(208)]
117        #[rename(name = "m_EncountInfoAnim")]
118        pub m_encount_info_anim: crate::unity_engine::animator::Animator,
119        #[offset(216)]
120        #[rename(name = "m_MainTitle")]
121        pub m_main_title: crate::unity_engine::gameobject::GameObject,
122        #[offset(224)]
123        #[rename(name = "m_GodTitle")]
124        pub m_god_title: crate::unity_engine::gameobject::GameObject,
125        #[offset(232)]
126        #[rename(name = "m_EvilTitle")]
127        pub m_evil_title: crate::unity_engine::gameobject::GameObject,
128        #[offset(240)]
129        #[rename(name = "m_MainValue")]
130        pub m_main_value: crate::unity_engine::gameobject::GameObject,
131        #[offset(248)]
132        #[rename(name = "m_GodValue")]
133        pub m_god_value: crate::unity_engine::gameobject::GameObject,
134        #[offset(256)]
135        #[rename(name = "m_EvilValue")]
136        pub m_evil_value: crate::unity_engine::gameobject::GameObject,
137        #[offset(264)]
138        #[rename(name = "m_MainNormal")]
139        pub m_main_normal: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
140        #[offset(272)]
141        #[rename(name = "m_MainGoldRare")]
142        pub m_main_gold_rare: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
143        #[offset(280)]
144        #[rename(name = "m_MainExpRare")]
145        pub m_main_exp_rare: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
146        #[offset(288)]
147        #[rename(name = "m_GodNormal")]
148        pub m_god_normal: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
149        #[offset(296)]
150        #[rename(name = "m_GodGoldRare")]
151        pub m_god_gold_rare: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
152        #[offset(304)]
153        #[rename(name = "m_GodExpRare")]
154        pub m_god_exp_rare: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
155        #[offset(312)]
156        #[rename(name = "m_EvilNormal")]
157        pub m_evil_normal: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
158        #[offset(320)]
159        #[rename(name = "m_EvilGoldRare")]
160        pub m_evil_gold_rare: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
161        #[offset(328)]
162        #[rename(name = "m_EvilExpRare")]
163        pub m_evil_exp_rare: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
164    }
165}
166
167#[cfg(feature = "app-gmapmapinfocontent-types")]
168pub use __types::*;
169
170#[cfg(feature = "app-gmapmapinfocontent")]
171pub trait IGmapMapInfoContent_ItemInfoMethods: IGmapMapInfoContent_ItemInfo {
172    #[doc = "`SetupObj(crate::unity_engine::gameobject::GameObject)` overload"]
173    fn setup_obj(self, root: impl ::core::convert::Into<crate::unity_engine::gameobject::GameObject>) -> () {
174        unsafe {
175            let __receiver =
176                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
177            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc320usize)as*mut u8,();
178(GmapMapInfoContent_ItemInfo)__receiver,(crate::unity_engine::gameobject::GameObject)::core::convert::Into::into(root))
179        }
180    }
181    #[doc = "`Show()` overload"]
182    fn show(self) -> () {
183        unsafe {
184            let __receiver =
185                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
186            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc5a0usize)as*mut u8,();
187(GmapMapInfoContent_ItemInfo)__receiver)
188        }
189    }
190    #[doc = "`Hide()` overload"]
191    fn hide(self) -> () {
192        unsafe {
193            let __receiver =
194                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
195            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc620usize)as*mut u8,();
196(GmapMapInfoContent_ItemInfo)__receiver)
197        }
198    }
199    #[doc = "`SetName(::unity::Il2CppString)` overload"]
200    fn set_name(self, name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
201        unsafe {
202            let __receiver =
203                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
204            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc6a0usize)as*mut u8,();
205(GmapMapInfoContent_ItemInfo)__receiver,(::unity::Il2CppString)::core::convert::Into::into(name))
206        }
207    }
208    #[doc = "`SetIcon(::unity::Il2CppString)` overload"]
209    fn set_icon(self, icon_name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
210        unsafe {
211            let __receiver =
212                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
213            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc720usize)as*mut u8,();
214(GmapMapInfoContent_ItemInfo)__receiver,(::unity::Il2CppString)::core::convert::Into::into(icon_name))
215        }
216    }
217    #[doc = "`SetSubHide()` overload"]
218    fn set_sub_hide(self) -> () {
219        unsafe {
220            let __receiver =
221                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
222            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc850usize)as*mut u8,();
223(GmapMapInfoContent_ItemInfo)__receiver)
224        }
225    }
226    #[doc = "`SetArrow()` overload"]
227    fn set_arrow(self) -> () {
228        unsafe {
229            let __receiver =
230                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
231            ::unity::il2cpp_call!((::unity::module_base()+0x1ccc930usize)as*mut u8,();
232(GmapMapInfoContent_ItemInfo)__receiver)
233        }
234    }
235    #[doc = "`SetIsCapture(bool, bool)` overload"]
236    fn set_is_capture(self, is_capture: impl ::core::convert::Into<bool>, is_contains_lv1: impl ::core::convert::Into<bool>) -> () {
237        unsafe {
238            let __receiver =
239                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
240            ::unity::il2cpp_call!((::unity::module_base()+0x1ccca10usize)as*mut u8,();
241(GmapMapInfoContent_ItemInfo)__receiver,(bool)::core::convert::Into::into(is_capture),(bool)::core::convert::Into::into(is_contains_lv1))
242        }
243    }
244    #[doc = "`.ctor()` overload"]
245    fn ctor(self) -> () {
246        unsafe {
247            let __receiver =
248                <GmapMapInfoContent_ItemInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
249            ::unity::il2cpp_call!((::unity::module_base()+0x1cccd00usize)as*mut u8,();
250(GmapMapInfoContent_ItemInfo)__receiver)
251        }
252    }
253}
254
255#[cfg(feature = "app-gmapmapinfocontent")]
256impl<__T: IGmapMapInfoContent_ItemInfo> IGmapMapInfoContent_ItemInfoMethods for __T {}
257
258#[cfg(feature = "app-gmapmapinfocontent")]
259impl GmapMapInfoContent_ItemInfo {
260    pub fn setup_obj_method_info() -> &'static ::unity::il2cpp::MethodInfo {
261        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
262    }
263
264    pub fn show_method_info() -> &'static ::unity::il2cpp::MethodInfo {
265        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
266    }
267
268    pub fn hide_method_info() -> &'static ::unity::il2cpp::MethodInfo {
269        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
270    }
271
272    pub fn set_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
273        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
274    }
275
276    pub fn set_icon_method_info() -> &'static ::unity::il2cpp::MethodInfo {
277        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
278    }
279
280    pub fn set_sub_hide_method_info() -> &'static ::unity::il2cpp::MethodInfo {
281        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
282    }
283
284    pub fn set_arrow_method_info() -> &'static ::unity::il2cpp::MethodInfo {
285        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
286    }
287
288    pub fn set_is_capture_method_info() -> &'static ::unity::il2cpp::MethodInfo {
289        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
290    }
291
292    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
293        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
294    }
295}
296
297#[cfg(feature = "app-gmapmapinfocontent")]
298impl GmapMapInfoContent_ItemInfo {
299    #[doc = "`.ctor()` — no args"]
300    pub fn new() -> Self {
301        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
302            panic!(
303                "{}
304::{}
305 failed to instantiate",
306                ::core::stringify!(GmapMapInfoContent_ItemInfo),
307                ::core::stringify!(new),
308            )
309        });
310        <Self as IGmapMapInfoContent_ItemInfoMethods>::ctor(this);
311        this
312    }
313}
314
315#[cfg(feature = "app-gmapmapinfocontent")]
316impl GmapMapInfoContent {
317    #[doc = "`LoadPrefabAsync()` overload"]
318    pub fn load_prefab_async() -> () {
319        unsafe {
320            ::unity::il2cpp_call!((::unity::module_base()+0x2529960usize)as*mut u8,();
321            )
322        }
323    }
324
325    #[doc = "`IsLoadingPrefab()` overload"]
326    pub fn is_loading_prefab() -> bool {
327        unsafe {
328            ::unity::il2cpp_call!((::unity::module_base()+0x2529a40usize)as*mut u8,bool;
329            )
330        }
331    }
332
333    #[doc = "`UnloadPrefab()` overload"]
334    pub fn unload_prefab() -> () {
335        unsafe {
336            ::unity::il2cpp_call!((::unity::module_base()+0x2529b10usize)as*mut u8,();
337            )
338        }
339    }
340
341    #[doc = "`Create()` overload"]
342    pub fn create() -> crate::app::gmapmapinfocontent::GmapMapInfoContent {
343        unsafe {
344            ::unity::il2cpp_call!((::unity::module_base()+0x2529bb0usize)as*mut u8,crate::app::gmapmapinfocontent::GmapMapInfoContent;
345            )
346        }
347    }
348
349    #[doc = "`Destroy(crate::app::gmapmapinfocontent::GmapMapInfoContent)` overload"]
350    pub fn destroy(content: impl ::core::convert::Into<crate::app::gmapmapinfocontent::GmapMapInfoContent>) -> () {
351        unsafe {
352            ::unity::il2cpp_call!((::unity::module_base()+0x252a0e0usize)as*mut u8,();
353(crate::app::gmapmapinfocontent::GmapMapInfoContent)::core::convert::Into::into(content))
354        }
355    }
356}
357
358#[cfg(feature = "app-gmapmapinfocontent")]
359pub trait IGmapMapInfoContentMethods: IGmapMapInfoContent {
360    #[doc = "`initialize()` overload"]
361    fn initialize(self) -> () {
362        unsafe {
363            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
364            ::unity::il2cpp_call!((::unity::module_base()+0x2529cd0usize)as*mut u8,();
365(GmapMapInfoContent)__receiver)
366        }
367    }
368    #[doc = "`OpenMapMini()` overload"]
369    fn open_map_mini(self) -> () {
370        unsafe {
371            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
372            ::unity::il2cpp_call!((::unity::module_base()+0x252a170usize)as*mut u8,();
373(GmapMapInfoContent)__receiver)
374        }
375    }
376    #[doc = "`OpenMapDetails()` overload"]
377    fn open_map_details(self) -> () {
378        unsafe {
379            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
380            ::unity::il2cpp_call!((::unity::module_base()+0x252a3d0usize)as*mut u8,();
381(GmapMapInfoContent)__receiver)
382        }
383    }
384    #[doc = "`Close()` overload"]
385    fn close(self) -> () {
386        unsafe {
387            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
388            ::unity::il2cpp_call!((::unity::module_base()+0x252a640usize)as*mut u8,();
389(GmapMapInfoContent)__receiver)
390        }
391    }
392    #[doc = "`SetUpEncountInfo()` overload"]
393    fn set_up_encount_info(self) -> () {
394        unsafe {
395            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
396            ::unity::il2cpp_call!((::unity::module_base()+0x252a6b0usize)as*mut u8,();
397(GmapMapInfoContent)__receiver)
398        }
399    }
400    #[doc = "`OpenEncountInfo()` overload"]
401    fn open_encount_info(self) -> () {
402        unsafe {
403            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
404            ::unity::il2cpp_call!((::unity::module_base()+0x252a2f0usize)as*mut u8,();
405(GmapMapInfoContent)__receiver)
406        }
407    }
408    #[doc = "`CloseEncountInfo()` overload"]
409    fn close_encount_info(self) -> () {
410        unsafe {
411            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
412            ::unity::il2cpp_call!((::unity::module_base()+0x252a560usize)as*mut u8,();
413(GmapMapInfoContent)__receiver)
414        }
415    }
416    #[doc = "`SetMapInfo(crate::app::gmapspot::GmapSpot)` overload"]
417    fn set_map_info(self, gmap_spot: impl ::core::convert::Into<crate::app::gmapspot::GmapSpot>) -> () {
418        unsafe {
419            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
420            ::unity::il2cpp_call!((::unity::module_base()+0x252aac0usize)as*mut u8,();
421(GmapMapInfoContent)__receiver,(crate::app::gmapspot::GmapSpot)::core::convert::Into::into(gmap_spot))
422        }
423    }
424    #[doc = "`SetItem(::unity::Il2CppString, crate::app::hubnationdata::HubNationData, bool, bool)` overload"]
425    fn set_item(
426        self,
427        prefixless_cid: impl ::core::convert::Into<::unity::Il2CppString>,
428        nation_data: impl ::core::convert::Into<crate::app::hubnationdata::HubNationData>,
429        iscomplete: impl ::core::convert::Into<bool>,
430        is_unknown: impl ::core::convert::Into<bool>,
431    ) -> () {
432        unsafe {
433            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
434            ::unity::il2cpp_call!((::unity::module_base()+0x252b9f0usize)as*mut u8,();
435(GmapMapInfoContent)__receiver,(::unity::Il2CppString)::core::convert::Into::into(prefixless_cid),(crate::app::hubnationdata::HubNationData)::core::convert::Into::into(nation_data),(bool)::core::convert::Into::into(iscomplete),(bool)::core::convert::Into::into(is_unknown))
436        }
437    }
438    #[doc = "`.ctor()` overload"]
439    fn ctor(self) -> () {
440        unsafe {
441            let __receiver = <GmapMapInfoContent as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
442            ::unity::il2cpp_call!((::unity::module_base()+0x252ce20usize)as*mut u8,();
443(GmapMapInfoContent)__receiver)
444        }
445    }
446}
447
448#[cfg(feature = "app-gmapmapinfocontent")]
449impl<__T: IGmapMapInfoContent> IGmapMapInfoContentMethods for __T {}
450
451#[cfg(feature = "app-gmapmapinfocontent")]
452impl GmapMapInfoContent {
453    pub fn load_prefab_async_method_info() -> &'static ::unity::il2cpp::MethodInfo {
454        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
455    }
456
457    pub fn is_loading_prefab_method_info() -> &'static ::unity::il2cpp::MethodInfo {
458        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
459    }
460
461    pub fn unload_prefab_method_info() -> &'static ::unity::il2cpp::MethodInfo {
462        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
463    }
464
465    pub fn create_method_info() -> &'static ::unity::il2cpp::MethodInfo {
466        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
467    }
468
469    pub fn destroy_method_info() -> &'static ::unity::il2cpp::MethodInfo {
470        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
471    }
472
473    pub fn initialize_method_info() -> &'static ::unity::il2cpp::MethodInfo {
474        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
475    }
476
477    pub fn open_map_mini_method_info() -> &'static ::unity::il2cpp::MethodInfo {
478        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
479    }
480
481    pub fn open_map_details_method_info() -> &'static ::unity::il2cpp::MethodInfo {
482        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
483    }
484
485    pub fn close_method_info() -> &'static ::unity::il2cpp::MethodInfo {
486        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
487    }
488
489    pub fn set_up_encount_info_method_info() -> &'static ::unity::il2cpp::MethodInfo {
490        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
491    }
492
493    pub fn open_encount_info_method_info() -> &'static ::unity::il2cpp::MethodInfo {
494        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
495    }
496
497    pub fn close_encount_info_method_info() -> &'static ::unity::il2cpp::MethodInfo {
498        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
499    }
500
501    pub fn set_map_info_method_info() -> &'static ::unity::il2cpp::MethodInfo {
502        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
503    }
504
505    pub fn set_item_method_info() -> &'static ::unity::il2cpp::MethodInfo {
506        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
507    }
508
509    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
510        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
511    }
512}
513
514#[cfg(feature = "app-gmapmapinfocontent")]
515impl GmapMapInfoContent {
516    #[doc = "`.ctor()` — no args"]
517    pub fn new() -> Self {
518        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
519            panic!(
520                "{}
521::{}
522 failed to instantiate",
523                ::core::stringify!(GmapMapInfoContent),
524                ::core::stringify!(new),
525            )
526        });
527        <Self as IGmapMapInfoContentMethods>::ctor(this);
528        this
529    }
530}
531
532#[cfg(feature = "app-gmapmapinfocontent")]
533#[doc(hidden)]
534pub mod prelude {
535    pub use super::{
536        GmapMapInfoContent, GmapMapInfoContent_ItemInfo, IGmapMapInfoContent, IGmapMapInfoContentMethods, IGmapMapInfoContent_ItemInfo,
537        IGmapMapInfoContent_ItemInfoMethods,
538    };
539    #[cfg(feature = "system-object")]
540    pub use crate::system::object::IObjectMethods;
541    #[cfg(feature = "unity_engine-behaviour")]
542    pub use crate::unity_engine::behaviour::IBehaviourMethods;
543    #[cfg(feature = "unity_engine-component")]
544    pub use crate::unity_engine::component::IComponentMethods;
545    #[cfg(feature = "unity_engine-monobehaviour")]
546    pub use crate::unity_engine::monobehaviour::IMonoBehaviourMethods;
547    #[cfg(feature = "unity_engine-object_2")]
548    pub use crate::unity_engine::object_2::IObject_2Methods;
549    pub use crate::{
550        system::object::IObject,
551        unity_engine::{behaviour::IBehaviour, component::IComponent, monobehaviour::IMonoBehaviour, object_2::IObject_2},
552    };
553}