1#[cfg(feature = "app-refreshunitselectroot-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/refreshunitselectroot/RefreshUnitSelectRoot_UnitWindowUnitInfo.md"))]
19 #[::unity::class(namespace = "App", name = "RefreshUnitSelectRoot.UnitWindowUnitInfo")]
20 #[parent(crate::system::object::Object)]
21 pub struct RefreshUnitSelectRoot_UnitWindowUnitInfo {
22 #[offset(16)]
23 #[rename(name = "m_UnitIcon")]
24 pub m_unit_icon: crate::app::uniticon::UnitIcon,
25 #[offset(24)]
26 #[rename(name = "m_UnitName")]
27 pub m_unit_name: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
28 }
29
30 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/refreshunitselectroot/RefreshUnitSelectRoot.md"))]
31 #[::unity::class(namespace = "App", name = "RefreshUnitSelectRoot")]
32 #[parent(crate::unity_engine::monobehaviour::MonoBehaviour)]
33 pub struct RefreshUnitSelectRoot {
34 #[static_field]
35 #[rename(name = "PrefabPath")]
36 pub prefab_path: ::unity::Il2CppString,
37 #[offset(24)]
38 #[rename(name = "m_RefreshUnitSetMenuContent")]
39 pub m_refresh_unit_set_menu_content: crate::app::refreshunitsetmenucontent::RefreshUnitSetMenuContent,
40 #[offset(32)]
41 #[rename(name = "m_RefreshUnitSelectMenuContent")]
42 pub m_refresh_unit_select_menu_content: crate::app::refreshunitselectmenucontent::RefreshUnitSelectMenuContent,
43 #[offset(40)]
44 #[rename(name = "m_RefreshFacilitySelectMenuContent")]
45 pub m_refresh_facility_select_menu_content: crate::app::refreshfacilityselectmenucontent::RefreshFacilitySelectMenuContent,
46 #[offset(48)]
47 #[rename(name = "m_SettingInfoWindowAnimator")]
48 pub m_setting_info_window_animator: crate::unity_engine::animator::Animator,
49 #[offset(56)]
50 #[rename(name = "m_FacilityWindowCanvasGroup")]
51 pub m_facility_window_canvas_group: crate::unity_engine::canvasgroup::CanvasGroup,
52 #[offset(64)]
53 #[rename(name = "m_FacilityWindowCaptionText")]
54 pub m_facility_window_caption_text: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
55 #[offset(72)]
56 #[rename(name = "m_FacilityWindowNameText")]
57 pub m_facility_window_name_text: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
58 #[offset(80)]
59 #[rename(name = "m_UnitWindowCanvasGroup")]
60 pub m_unit_window_canvas_group: crate::unity_engine::canvasgroup::CanvasGroup,
61 #[offset(88)]
62 #[rename(name = "m_UnitWindowCaptionText")]
63 pub m_unit_window_caption_text: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
64 #[offset(96)]
65 #[rename(name = "m_UnitWindowUnitInfo")]
66 pub m_unit_window_unit_info: ::unity::Array<crate::app::refreshunitselectroot::RefreshUnitSelectRoot_UnitWindowUnitInfo>,
67 #[offset(104)]
68 #[rename(name = "m_RelianceWindowCanvasGroup")]
69 pub m_reliance_window_canvas_group: crate::unity_engine::canvasgroup::CanvasGroup,
70 #[offset(112)]
71 #[rename(name = "m_RelianceWindowCaptionText")]
72 pub m_reliance_window_caption_text: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
73 #[offset(120)]
74 #[rename(name = "m_RelianceWindowRankCImage")]
75 pub m_reliance_window_rank_c_image: crate::unity_engine::ui::image::Image,
76 #[offset(128)]
77 #[rename(name = "m_RelianceWindowRankBImage")]
78 pub m_reliance_window_rank_b_image: crate::unity_engine::ui::image::Image,
79 #[offset(136)]
80 #[rename(name = "m_RelianceWindowRankAImage")]
81 pub m_reliance_window_rank_a_image: crate::unity_engine::ui::image::Image,
82 #[offset(144)]
83 #[rename(name = "m_RelianceWindowRankSImage")]
84 pub m_reliance_window_rank_s_image: crate::unity_engine::ui::image::Image,
85 #[offset(152)]
86 #[rename(name = "m_RelianceWindowNoneImage")]
87 pub m_reliance_window_none_image: crate::unity_engine::ui::image::Image,
88 #[offset(160)]
89 #[rename(name = "m_HelpWindowObject")]
90 pub m_help_window_object: crate::unity_engine::gameobject::GameObject,
91 #[offset(168)]
92 #[rename(name = "m_HelpWindowAnimator")]
93 pub m_help_window_animator: crate::unity_engine::animator::Animator,
94 #[offset(176)]
95 #[rename(name = "m_HelpWindowCaptionText")]
96 pub m_help_window_caption_text: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
97 #[offset(184)]
98 #[rename(name = "m_HelpWindowUnitIcon")]
99 pub m_help_window_unit_icon: ::unity::Array<crate::app::uniticon::UnitIcon>,
100 #[offset(192)]
101 #[rename(name = "m_HelpWindowRankRootObject")]
102 pub m_help_window_rank_root_object: crate::unity_engine::gameobject::GameObject,
103 #[offset(200)]
104 #[rename(name = "m_HelpWindowRankCImage")]
105 pub m_help_window_rank_c_image: crate::unity_engine::ui::image::Image,
106 #[offset(208)]
107 #[rename(name = "m_HelpWindowRankBImage")]
108 pub m_help_window_rank_b_image: crate::unity_engine::ui::image::Image,
109 #[offset(216)]
110 #[rename(name = "m_HelpWindowRankAImage")]
111 pub m_help_window_rank_a_image: crate::unity_engine::ui::image::Image,
112 #[offset(224)]
113 #[rename(name = "m_HelpWindowRankSImage")]
114 pub m_help_window_rank_s_image: crate::unity_engine::ui::image::Image,
115 #[offset(232)]
116 #[rename(name = "m_HelpWindowRankNoneImage")]
117 pub m_help_window_rank_none_image: crate::unity_engine::ui::image::Image,
118 #[offset(240)]
119 #[rename(name = "m_HelpWindowMessageText")]
120 pub m_help_window_message_text: crate::tm_pro::textmeshprougui::TextMeshProUGUI,
121 }
122}
123
124#[cfg(feature = "app-refreshunitselectroot-types")]
125pub use __types::*;
126
127#[cfg(feature = "app-refreshunitselectroot")]
128pub trait IRefreshUnitSelectRoot_UnitWindowUnitInfoMethods: IRefreshUnitSelectRoot_UnitWindowUnitInfo {
129 #[doc = "`.ctor()` overload"]
130 fn ctor(self) -> () {
131 unsafe {
132 let __receiver = <RefreshUnitSelectRoot_UnitWindowUnitInfo as ::unity::FromIlInstance>::from_il_instance(
133 <Self as ::unity::SystemObject>::as_instance(self),
134 );
135 ::unity::il2cpp_call!((::unity::module_base()+0x1b01ff0usize)as*mut u8,();
136(RefreshUnitSelectRoot_UnitWindowUnitInfo)__receiver)
137 }
138 }
139}
140
141#[cfg(feature = "app-refreshunitselectroot")]
142impl<__T: IRefreshUnitSelectRoot_UnitWindowUnitInfo> IRefreshUnitSelectRoot_UnitWindowUnitInfoMethods for __T {}
143
144#[cfg(feature = "app-refreshunitselectroot")]
145impl RefreshUnitSelectRoot_UnitWindowUnitInfo {
146 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
147 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
148 }
149}
150
151#[cfg(feature = "app-refreshunitselectroot")]
152impl RefreshUnitSelectRoot_UnitWindowUnitInfo {
153 #[doc = "`.ctor()` — no args"]
154 pub fn new() -> Self {
155 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
156 panic!(
157 "{}
158::{}
159 failed to instantiate",
160 ::core::stringify!(RefreshUnitSelectRoot_UnitWindowUnitInfo),
161 ::core::stringify!(new),
162 )
163 });
164 <Self as IRefreshUnitSelectRoot_UnitWindowUnitInfoMethods>::ctor(this);
165 this
166 }
167}
168
169#[cfg(feature = "app-refreshunitselectroot")]
170impl RefreshUnitSelectRoot {
171 #[doc = "`LoadPrefabAsync()` overload"]
172 pub fn load_prefab_async() -> () {
173 unsafe {
174 ::unity::il2cpp_call!((::unity::module_base()+0x22bd640usize)as*mut u8,();
175 )
176 }
177 }
178
179 #[doc = "`IsLoadingPrefab()` overload"]
180 pub fn is_loading_prefab() -> bool {
181 unsafe {
182 ::unity::il2cpp_call!((::unity::module_base()+0x22bd760usize)as*mut u8,bool;
183 )
184 }
185 }
186
187 #[doc = "`UnloadPrefab()` overload"]
188 pub fn unload_prefab() -> () {
189 unsafe {
190 ::unity::il2cpp_call!((::unity::module_base()+0x22c0b50usize)as*mut u8,();
191 )
192 }
193 }
194
195 #[doc = "`CreateRoot()` overload"]
196 pub fn create_root() -> crate::app::refreshunitselectroot::RefreshUnitSelectRoot {
197 unsafe {
198 ::unity::il2cpp_call!((::unity::module_base()+0x22bdd30usize)as*mut u8,crate::app::refreshunitselectroot::RefreshUnitSelectRoot;
199 )
200 }
201 }
202}
203
204#[cfg(feature = "app-refreshunitselectroot")]
205pub trait IRefreshUnitSelectRootMethods: IRefreshUnitSelectRoot {
206 #[doc = "`.ctor()` overload"]
207 fn ctor(self) -> () {
208 unsafe {
209 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
210 ::unity::il2cpp_call!((::unity::module_base()+0x22c2f80usize)as*mut u8,();
211(RefreshUnitSelectRoot)__receiver)
212 }
213 }
214 #[doc = "`Start()` overload"]
215 fn start(self) -> () {
216 unsafe {
217 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
218 ::unity::il2cpp_call!((::unity::module_base()+0x22c2f90usize)as*mut u8,();
219(RefreshUnitSelectRoot)__receiver)
220 }
221 }
222 #[doc = "`GetRefreshUnitSetMenuContent()` overload"]
223 fn get_refresh_unit_set_menu_content(self) -> crate::app::refreshunitsetmenucontent::RefreshUnitSetMenuContent {
224 unsafe {
225 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
226 ::unity::il2cpp_call!((::unity::module_base()+0x22c30f0usize)as*mut u8,crate::app::refreshunitsetmenucontent::RefreshUnitSetMenuContent;
227(RefreshUnitSelectRoot)__receiver)
228 }
229 }
230 #[doc = "`GetRefreshUnitSelectMenuContent()` overload"]
231 fn get_refresh_unit_select_menu_content(self) -> crate::app::refreshunitselectmenucontent::RefreshUnitSelectMenuContent {
232 unsafe {
233 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
234 ::unity::il2cpp_call!((::unity::module_base()+0x22c3100usize)as*mut u8,crate::app::refreshunitselectmenucontent::RefreshUnitSelectMenuContent;
235(RefreshUnitSelectRoot)__receiver)
236 }
237 }
238 #[doc = "`GetRefreshFacilitySelectMenuContent()` overload"]
239 fn get_refresh_facility_select_menu_content(self) -> crate::app::refreshfacilityselectmenucontent::RefreshFacilitySelectMenuContent {
240 unsafe {
241 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
242 ::unity::il2cpp_call!((::unity::module_base()+0x22c3110usize)as*mut u8,crate::app::refreshfacilityselectmenucontent::RefreshFacilitySelectMenuContent;
243(RefreshUnitSelectRoot)__receiver)
244 }
245 }
246 #[doc = "`CloseSettingInfoWindow()` overload"]
247 fn close_setting_info_window(self) -> () {
248 unsafe {
249 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
250 ::unity::il2cpp_call!((::unity::module_base()+0x22c0010usize)as*mut u8,();
251(RefreshUnitSelectRoot)__receiver)
252 }
253 }
254 #[doc = "`IsClosedSettingInfoWindow()` overload"]
255 fn is_closed_setting_info_window(self) -> bool {
256 unsafe {
257 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
258 ::unity::il2cpp_call!((::unity::module_base()+0x22c0160usize)as*mut u8,bool;
259(RefreshUnitSelectRoot)__receiver)
260 }
261 }
262 #[doc = "`SetFacilityWindow(bool, crate::app::hubfacilitydata::HubFacilityData)` overload"]
263 fn set_facility_window(
264 self,
265 enabled: impl ::core::convert::Into<bool>,
266 facility_data: impl ::core::convert::Into<crate::app::hubfacilitydata::HubFacilityData>,
267 ) -> () {
268 unsafe {
269 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
270 ::unity::il2cpp_call!((::unity::module_base()+0x22bdea0usize)as*mut u8,();
271(RefreshUnitSelectRoot)__receiver,(bool)::core::convert::Into::into(enabled),(crate::app::hubfacilitydata::HubFacilityData)::core::convert::Into::into(facility_data))
272 }
273 }
274 #[doc = "`SetUnitWindow(bool, ::unity::Array<crate::app::unit::Unit>)` overload"]
275 fn set_unit_window(
276 self,
277 enabled: impl ::core::convert::Into<bool>,
278 unit: impl ::core::convert::Into<::unity::Array<crate::app::unit::Unit>>,
279 ) -> () {
280 unsafe {
281 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
282 ::unity::il2cpp_call!((::unity::module_base()+0x22be070usize)as*mut u8,();
283(RefreshUnitSelectRoot)__receiver,(bool)::core::convert::Into::into(enabled),(::unity::Array<crate::app::unit::Unit>)::core::convert::Into::into(unit))
284 }
285 }
286 #[doc = "`SetRelianceWindow(bool, crate::app::unit::Unit, crate::app::unit::Unit)` overload"]
287 fn set_reliance_window(
288 self,
289 enabled: impl ::core::convert::Into<bool>,
290 unit0: impl ::core::convert::Into<crate::app::unit::Unit>,
291 unit1: impl ::core::convert::Into<crate::app::unit::Unit>,
292 ) -> () {
293 unsafe {
294 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
295 ::unity::il2cpp_call!((::unity::module_base()+0x22be360usize)as*mut u8,();
296(RefreshUnitSelectRoot)__receiver,(bool)::core::convert::Into::into(enabled),(crate::app::unit::Unit)::core::convert::Into::into(unit0),(crate::app::unit::Unit)::core::convert::Into::into(unit1))
297 }
298 }
299 #[doc = "`SetActiveHelpWindow(bool)` overload"]
300 fn set_active_help_window(self, actived: impl ::core::convert::Into<bool>) -> () {
301 unsafe {
302 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
303 ::unity::il2cpp_call!((::unity::module_base()+0x22bfb40usize)as*mut u8,();
304(RefreshUnitSelectRoot)__receiver,(bool)::core::convert::Into::into(actived))
305 }
306 }
307 #[doc = "`SetHelpWindow(::unity::Array<crate::app::unit::Unit>)` overload"]
308 fn set_help_window(self, units: impl ::core::convert::Into<::unity::Array<crate::app::unit::Unit>>) -> () {
309 unsafe {
310 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
311 ::unity::il2cpp_call!((::unity::module_base()+0x22c3120usize)as*mut u8,();
312(RefreshUnitSelectRoot)__receiver,(::unity::Array<crate::app::unit::Unit>)::core::convert::Into::into(units))
313 }
314 }
315 #[doc = "`SetHelpWindow(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
316 fn set_help_window_2(
317 self,
318 caption_mid: impl ::core::convert::Into<::unity::Il2CppString>,
319 message_mid: impl ::core::convert::Into<::unity::Il2CppString>,
320 ) -> () {
321 unsafe {
322 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
323 ::unity::il2cpp_call!((::unity::module_base()+0x22c3380usize)as*mut u8,();
324(RefreshUnitSelectRoot)__receiver,(::unity::Il2CppString)::core::convert::Into::into(caption_mid),(::unity::Il2CppString)::core::convert::Into::into(message_mid))
325 }
326 }
327 #[doc = "`CloseHelpWindow()` overload"]
328 fn close_help_window(self) -> () {
329 unsafe {
330 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
331 ::unity::il2cpp_call!((::unity::module_base()+0x22c35c0usize)as*mut u8,();
332(RefreshUnitSelectRoot)__receiver)
333 }
334 }
335 #[doc = "`Destroy()` overload"]
336 fn destroy(self) -> () {
337 unsafe {
338 let __receiver = <RefreshUnitSelectRoot as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
339 ::unity::il2cpp_call!((::unity::module_base()+0x22c02c0usize)as*mut u8,();
340(RefreshUnitSelectRoot)__receiver)
341 }
342 }
343}
344
345#[cfg(feature = "app-refreshunitselectroot")]
346impl<__T: IRefreshUnitSelectRoot> IRefreshUnitSelectRootMethods for __T {}
347
348#[cfg(feature = "app-refreshunitselectroot")]
349impl RefreshUnitSelectRoot {
350 pub fn load_prefab_async_method_info() -> &'static ::unity::il2cpp::MethodInfo {
351 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
352 }
353
354 pub fn is_loading_prefab_method_info() -> &'static ::unity::il2cpp::MethodInfo {
355 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
356 }
357
358 pub fn unload_prefab_method_info() -> &'static ::unity::il2cpp::MethodInfo {
359 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
360 }
361
362 pub fn create_root_method_info() -> &'static ::unity::il2cpp::MethodInfo {
363 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
364 }
365
366 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
367 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
368 }
369
370 pub fn start_method_info() -> &'static ::unity::il2cpp::MethodInfo {
371 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
372 }
373
374 pub fn get_refresh_unit_set_menu_content_method_info() -> &'static ::unity::il2cpp::MethodInfo {
375 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
376 }
377
378 pub fn get_refresh_unit_select_menu_content_method_info() -> &'static ::unity::il2cpp::MethodInfo {
379 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
380 }
381
382 pub fn get_refresh_facility_select_menu_content_method_info() -> &'static ::unity::il2cpp::MethodInfo {
383 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
384 }
385
386 pub fn close_setting_info_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
387 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
388 }
389
390 pub fn is_closed_setting_info_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
391 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
392 }
393
394 pub fn set_facility_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
395 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
396 }
397
398 pub fn set_unit_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
399 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
400 }
401
402 pub fn set_reliance_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
403 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
404 }
405
406 pub fn set_active_help_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
407 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
408 }
409
410 pub fn set_help_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
411 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
412 }
413
414 pub fn set_help_window_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
415 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
416 }
417
418 pub fn close_help_window_method_info() -> &'static ::unity::il2cpp::MethodInfo {
419 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
420 }
421
422 pub fn destroy_method_info() -> &'static ::unity::il2cpp::MethodInfo {
423 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
424 }
425}
426
427#[cfg(feature = "app-refreshunitselectroot")]
428impl RefreshUnitSelectRoot {
429 #[doc = "`.ctor()` — no args"]
430 pub fn new() -> Self {
431 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
432 panic!(
433 "{}
434::{}
435 failed to instantiate",
436 ::core::stringify!(RefreshUnitSelectRoot),
437 ::core::stringify!(new),
438 )
439 });
440 <Self as IRefreshUnitSelectRootMethods>::ctor(this);
441 this
442 }
443}
444
445#[cfg(feature = "app-refreshunitselectroot")]
446#[doc(hidden)]
447pub mod prelude {
448 pub use super::{
449 IRefreshUnitSelectRoot, IRefreshUnitSelectRootMethods, IRefreshUnitSelectRoot_UnitWindowUnitInfo,
450 IRefreshUnitSelectRoot_UnitWindowUnitInfoMethods, RefreshUnitSelectRoot, RefreshUnitSelectRoot_UnitWindowUnitInfo,
451 };
452 #[cfg(feature = "system-object")]
453 pub use crate::system::object::IObjectMethods;
454 #[cfg(feature = "unity_engine-behaviour")]
455 pub use crate::unity_engine::behaviour::IBehaviourMethods;
456 #[cfg(feature = "unity_engine-component")]
457 pub use crate::unity_engine::component::IComponentMethods;
458 #[cfg(feature = "unity_engine-monobehaviour")]
459 pub use crate::unity_engine::monobehaviour::IMonoBehaviourMethods;
460 #[cfg(feature = "unity_engine-object_2")]
461 pub use crate::unity_engine::object_2::IObject_2Methods;
462 pub use crate::{
463 system::object::IObject,
464 unity_engine::{behaviour::IBehaviour, component::IComponent, monobehaviour::IMonoBehaviour, object_2::IObject_2},
465 };
466}