Skip to main content

engage/generated/app/
photographtopsequence.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "app-photographtopsequence-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::{
9        app::{
10            procinst::{IProcInst, ProcInst},
11            singletonprocinst_1::{ISingletonProcInst_1, SingletonProcInst_1},
12        },
13        system::{
14            object::{IObject, Object},
15            r#enum::{Enum, IEnum},
16            valuetype::{IValueType, ValueType},
17        },
18    };
19
20    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/photographtopsequence/PhotographTopSequence_UnitAccDataSet.md"))]
21    #[::unity::class(namespace = "App", name = "PhotographTopSequence.UnitAccDataSet")]
22    #[parent(crate::system::object::Object)]
23    pub struct PhotographTopSequence_UnitAccDataSet {
24        #[offset(40)]
25        #[rename(name = "m_RecordPid")]
26        pub m_record_pid: ::unity::Il2CppString,
27        #[offset(48)]
28        #[rename(name = "m_RecordBodyAccData")]
29        pub m_record_body_acc_data: crate::app::accessorydata::AccessoryData,
30        #[offset(56)]
31        #[rename(name = "m_RecordFaceAccData")]
32        pub m_record_face_acc_data: crate::app::accessorydata::AccessoryData,
33    }
34
35    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/photographtopsequence/PhotographTopSequence_Label.md"))]
36    #[repr(C)]
37    #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
38    pub struct PhotographTopSequence_Label {
39        pub value: i32,
40    }
41    impl ::unity::ClassIdentity for PhotographTopSequence_Label {
42        const NAME: &'static str = "PhotographTopSequence.Label";
43        const NAMESPACE: &'static str = "App";
44
45        fn class() -> ::unity::Class {
46            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
47            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
48        }
49    }
50    impl ::unity::IlType for PhotographTopSequence_Label {
51        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
52            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
53        }
54    }
55    impl PhotographTopSequence_Label {
56        pub fn entry() -> Self {
57            Self { value: 0 }
58        }
59
60        pub fn select_area() -> Self {
61            Self { value: 1 }
62        }
63
64        pub fn setup_photograph() -> Self {
65            Self { value: 2 }
66        }
67
68        pub fn exit() -> Self {
69            Self { value: 3 }
70        }
71    }
72
73    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/photographtopsequence/PhotographTopSequence.md"))]
74    #[::unity::class(namespace = "App", name = "PhotographTopSequence")]
75    #[parent(crate::app::singletonprocinst_1::SingletonProcInst_1<crate::app::photographtopsequence::PhotographTopSequence>)]
76    pub struct PhotographTopSequence {
77        #[offset(116)]
78        #[rename(name = "m_NextLabel")]
79        pub m_next_label: crate::app::photographtopsequence::PhotographTopSequence_Label,
80        #[offset(120)]
81        #[rename(name = "m_SelectAreaData")]
82        pub m_select_area_data: crate::app::photographspotdata::PhotographSpotData,
83        #[offset(128)]
84        #[rename(name = "m_UnitAccDataSetList")]
85        pub m_unit_acc_data_set_list:
86            crate::system::collections::generic::list_1::List_1<crate::app::photographtopsequence::PhotographTopSequence_UnitAccDataSet>,
87    }
88}
89
90#[cfg(feature = "app-photographtopsequence-types")]
91pub use __types::*;
92
93#[cfg(feature = "app-photographtopsequence")]
94pub trait IPhotographTopSequence_UnitAccDataSetMethods: IPhotographTopSequence_UnitAccDataSet {
95    #[doc = "`get_Pid()` overload"]
96    fn get_pid(self) -> ::unity::Il2CppString {
97        unsafe {
98            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
99                <Self as ::unity::SystemObject>::as_instance(self),
100            );
101            ::unity::il2cpp_call!((::unity::module_base()+0x2264960usize)as*mut u8, ::unity::Il2CppString;
102(PhotographTopSequence_UnitAccDataSet)__receiver)
103        }
104    }
105    #[doc = "`set_Pid(::unity::Il2CppString)` overload"]
106    fn set_pid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
107        unsafe {
108            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
109                <Self as ::unity::SystemObject>::as_instance(self),
110            );
111            ::unity::il2cpp_call!((::unity::module_base()+0x2264970usize)as*mut u8,();
112(PhotographTopSequence_UnitAccDataSet)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
113        }
114    }
115    #[doc = "`get_BodyAccData()` overload"]
116    fn get_body_acc_data(self) -> crate::app::accessorydata::AccessoryData {
117        unsafe {
118            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
119                <Self as ::unity::SystemObject>::as_instance(self),
120            );
121            ::unity::il2cpp_call!((::unity::module_base()+0x2264980usize)as*mut u8,crate::app::accessorydata::AccessoryData;
122(PhotographTopSequence_UnitAccDataSet)__receiver)
123        }
124    }
125    #[doc = "`set_BodyAccData(crate::app::accessorydata::AccessoryData)` overload"]
126    fn set_body_acc_data(self, value: impl ::core::convert::Into<crate::app::accessorydata::AccessoryData>) -> () {
127        unsafe {
128            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
129                <Self as ::unity::SystemObject>::as_instance(self),
130            );
131            ::unity::il2cpp_call!((::unity::module_base()+0x2264990usize)as*mut u8,();
132(PhotographTopSequence_UnitAccDataSet)__receiver,(crate::app::accessorydata::AccessoryData)::core::convert::Into::into(value))
133        }
134    }
135    #[doc = "`get_FaceAccData()` overload"]
136    fn get_face_acc_data(self) -> crate::app::accessorydata::AccessoryData {
137        unsafe {
138            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
139                <Self as ::unity::SystemObject>::as_instance(self),
140            );
141            ::unity::il2cpp_call!((::unity::module_base()+0x22649a0usize)as*mut u8,crate::app::accessorydata::AccessoryData;
142(PhotographTopSequence_UnitAccDataSet)__receiver)
143        }
144    }
145    #[doc = "`set_FaceAccData(crate::app::accessorydata::AccessoryData)` overload"]
146    fn set_face_acc_data(self, value: impl ::core::convert::Into<crate::app::accessorydata::AccessoryData>) -> () {
147        unsafe {
148            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
149                <Self as ::unity::SystemObject>::as_instance(self),
150            );
151            ::unity::il2cpp_call!((::unity::module_base()+0x22649b0usize)as*mut u8,();
152(PhotographTopSequence_UnitAccDataSet)__receiver,(crate::app::accessorydata::AccessoryData)::core::convert::Into::into(value))
153        }
154    }
155    #[doc = "`.ctor(crate::app::unit::Unit)` overload"]
156    fn ctor(self, unit: impl ::core::convert::Into<crate::app::unit::Unit>) -> () {
157        unsafe {
158            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
159                <Self as ::unity::SystemObject>::as_instance(self),
160            );
161            ::unity::il2cpp_call!((::unity::module_base()+0x22649c0usize)as*mut u8,();
162(PhotographTopSequence_UnitAccDataSet)__receiver,(crate::app::unit::Unit)::core::convert::Into::into(unit))
163        }
164    }
165    #[doc = "`SaveAccDataSet()` overload"]
166    fn save_acc_data_set(self) -> () {
167        unsafe {
168            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
169                <Self as ::unity::SystemObject>::as_instance(self),
170            );
171            ::unity::il2cpp_call!((::unity::module_base()+0x2264b20usize)as*mut u8,();
172(PhotographTopSequence_UnitAccDataSet)__receiver)
173        }
174    }
175    #[doc = "`LoadAccDataSet()` overload"]
176    fn load_acc_data_set(self) -> () {
177        unsafe {
178            let __receiver = <PhotographTopSequence_UnitAccDataSet as ::unity::FromIlInstance>::from_il_instance(
179                <Self as ::unity::SystemObject>::as_instance(self),
180            );
181            ::unity::il2cpp_call!((::unity::module_base()+0x2264b70usize)as*mut u8,();
182(PhotographTopSequence_UnitAccDataSet)__receiver)
183        }
184    }
185}
186
187#[cfg(feature = "app-photographtopsequence")]
188impl<__T: IPhotographTopSequence_UnitAccDataSet> IPhotographTopSequence_UnitAccDataSetMethods for __T {}
189
190#[cfg(feature = "app-photographtopsequence")]
191impl PhotographTopSequence_UnitAccDataSet {
192    pub fn get_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
193        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
194    }
195
196    pub fn set_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
197        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
198    }
199
200    pub fn get_body_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
201        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
202    }
203
204    pub fn set_body_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
205        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
206    }
207
208    pub fn get_face_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
209        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
210    }
211
212    pub fn set_face_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
213        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
214    }
215
216    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
217        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
218    }
219
220    pub fn save_acc_data_set_method_info() -> &'static ::unity::il2cpp::MethodInfo {
221        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
222    }
223
224    pub fn load_acc_data_set_method_info() -> &'static ::unity::il2cpp::MethodInfo {
225        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
226    }
227}
228
229#[cfg(feature = "app-photographtopsequence")]
230impl PhotographTopSequence_UnitAccDataSet {
231    #[doc = "`.ctor(crate::app::unit::Unit)` — overload selector"]
232    pub fn new(unit: crate::app::unit::Unit) -> Self {
233        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
234            panic!(
235                "{}
236::{}
237 failed to instantiate",
238                ::core::stringify!(PhotographTopSequence_UnitAccDataSet),
239                ::core::stringify!(new),
240            )
241        });
242        <Self as IPhotographTopSequence_UnitAccDataSetMethods>::ctor(this, unit);
243        this
244    }
245}
246
247#[cfg(feature = "app-photographtopsequence")]
248impl PhotographTopSequence {
249    #[doc = "`CreateBind(crate::app::procinst::ProcInst)` overload"]
250    pub fn create_bind(super_: impl ::core::convert::Into<crate::app::procinst::ProcInst>) -> () {
251        unsafe {
252            ::unity::il2cpp_call!((::unity::module_base()+0x2809950usize)as*mut u8,();
253(crate::app::procinst::ProcInst)::core::convert::Into::into(super_))
254        }
255    }
256}
257
258#[cfg(feature = "app-photographtopsequence")]
259pub trait IPhotographTopSequenceMethods: IPhotographTopSequence {
260    #[doc = "`set_NextLabel(crate::app::photographtopsequence::PhotographTopSequence_Label)` overload"]
261    fn set_next_label(self, value: impl ::core::convert::Into<crate::app::photographtopsequence::PhotographTopSequence_Label>) -> () {
262        unsafe {
263            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
264            ::unity::il2cpp_call!((::unity::module_base()+0x2809740usize)as*mut u8,();
265(PhotographTopSequence)__receiver,(crate::app::photographtopsequence::PhotographTopSequence_Label)::core::convert::Into::into(value))
266        }
267    }
268    #[doc = "`get_SelectAreaData()` overload"]
269    fn get_select_area_data(self) -> crate::app::photographspotdata::PhotographSpotData {
270        unsafe {
271            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
272            ::unity::il2cpp_call!((::unity::module_base()+0x2809750usize)as*mut u8,crate::app::photographspotdata::PhotographSpotData;
273(PhotographTopSequence)__receiver)
274        }
275    }
276    #[doc = "`set_SelectAreaData(crate::app::photographspotdata::PhotographSpotData)` overload"]
277    fn set_select_area_data(self, value: impl ::core::convert::Into<crate::app::photographspotdata::PhotographSpotData>) -> () {
278        unsafe {
279            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
280            ::unity::il2cpp_call!((::unity::module_base()+0x2809760usize)as*mut u8,();
281(PhotographTopSequence)__receiver,(crate::app::photographspotdata::PhotographSpotData)::core::convert::Into::into(value))
282        }
283    }
284    #[doc = "`GetAccDataSet(crate::app::unit::Unit)` overload"]
285    fn get_acc_data_set(
286        self,
287        unit: impl ::core::convert::Into<crate::app::unit::Unit>,
288    ) -> crate::app::photographtopsequence::PhotographTopSequence_UnitAccDataSet {
289        unsafe {
290            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
291            ::unity::il2cpp_call!((::unity::module_base()+0x2809770usize)as*mut u8,crate::app::photographtopsequence::PhotographTopSequence_UnitAccDataSet;
292(PhotographTopSequence)__receiver,(crate::app::unit::Unit)::core::convert::Into::into(unit))
293        }
294    }
295    #[doc = "`get_MascotBodyAccData()` overload"]
296    fn get_mascot_body_acc_data(self) -> crate::app::accessorydata::AccessoryData {
297        unsafe {
298            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
299            ::unity::il2cpp_call!((::unity::module_base()+0x28098f0usize)as*mut u8,crate::app::accessorydata::AccessoryData;
300(PhotographTopSequence)__receiver)
301        }
302    }
303    #[doc = "`set_MascotBodyAccData(crate::app::accessorydata::AccessoryData)` overload"]
304    fn set_mascot_body_acc_data(self, value: impl ::core::convert::Into<crate::app::accessorydata::AccessoryData>) -> () {
305        unsafe {
306            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
307            ::unity::il2cpp_call!((::unity::module_base()+0x2809900usize)as*mut u8,();
308(PhotographTopSequence)__receiver,(crate::app::accessorydata::AccessoryData)::core::convert::Into::into(value))
309        }
310    }
311    #[doc = "`get_MascotFaceAccData()` overload"]
312    fn get_mascot_face_acc_data(self) -> crate::app::accessorydata::AccessoryData {
313        unsafe {
314            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
315            ::unity::il2cpp_call!((::unity::module_base()+0x2809910usize)as*mut u8,crate::app::accessorydata::AccessoryData;
316(PhotographTopSequence)__receiver)
317        }
318    }
319    #[doc = "`set_MascotFaceAccData(crate::app::accessorydata::AccessoryData)` overload"]
320    fn set_mascot_face_acc_data(self, value: impl ::core::convert::Into<crate::app::accessorydata::AccessoryData>) -> () {
321        unsafe {
322            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
323            ::unity::il2cpp_call!((::unity::module_base()+0x2809920usize)as*mut u8,();
324(PhotographTopSequence)__receiver,(crate::app::accessorydata::AccessoryData)::core::convert::Into::into(value))
325        }
326    }
327    #[doc = "`get_MascotColorIdx()` overload"]
328    fn get_mascot_color_idx(self) -> i32 {
329        unsafe {
330            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
331            ::unity::il2cpp_call!((::unity::module_base()+0x2809930usize)as*mut u8,i32;
332(PhotographTopSequence)__receiver)
333        }
334    }
335    #[doc = "`set_MascotColorIdx(i32)` overload"]
336    fn set_mascot_color_idx(self, value: impl ::core::convert::Into<i32>) -> () {
337        unsafe {
338            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
339            ::unity::il2cpp_call!((::unity::module_base()+0x2809940usize)as*mut u8,();
340(PhotographTopSequence)__receiver,(i32)::core::convert::Into::into(value))
341        }
342    }
343    #[doc = "`CreateDesc()` overload"]
344    fn create_desc(self) -> ::unity::Array<crate::app::procdesc::ProcDesc> {
345        unsafe {
346            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
347            ::unity::il2cpp_call!((::unity::module_base()+0x2809ab0usize)as*mut u8, ::unity::Array<crate::app::procdesc::ProcDesc> ;
348(PhotographTopSequence)__receiver)
349        }
350    }
351    #[doc = "`StartSequence()` overload"]
352    fn start_sequence(self) -> () {
353        unsafe {
354            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
355            ::unity::il2cpp_call!((::unity::module_base()+0x280aab0usize)as*mut u8,();
356(PhotographTopSequence)__receiver)
357        }
358    }
359    #[doc = "`OpenSelectAreaMenu()` overload"]
360    fn open_select_area_menu(self) -> () {
361        unsafe {
362            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
363            ::unity::il2cpp_call!((::unity::module_base()+0x280ace0usize)as*mut u8,();
364(PhotographTopSequence)__receiver)
365        }
366    }
367    #[doc = "`CloseSelectAreaMenu()` overload"]
368    fn close_select_area_menu(self) -> () {
369        unsafe {
370            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
371            ::unity::il2cpp_call!((::unity::module_base()+0x280ae70usize)as*mut u8,();
372(PhotographTopSequence)__receiver)
373        }
374    }
375    #[doc = "`StartPhotographSequence()` overload"]
376    fn start_photograph_sequence(self) -> () {
377        unsafe {
378            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
379            ::unity::il2cpp_call!((::unity::module_base()+0x280af40usize)as*mut u8,();
380(PhotographTopSequence)__receiver)
381        }
382    }
383    #[doc = "`EndPhotographSequence()` overload"]
384    fn end_photograph_sequence(self) -> () {
385        unsafe {
386            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
387            ::unity::il2cpp_call!((::unity::module_base()+0x280b1e0usize)as*mut u8,();
388(PhotographTopSequence)__receiver)
389        }
390    }
391    #[doc = "`EndSequence()` overload"]
392    fn end_sequence(self) -> () {
393        unsafe {
394            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
395            ::unity::il2cpp_call!((::unity::module_base()+0x280b340usize)as*mut u8,();
396(PhotographTopSequence)__receiver)
397        }
398    }
399    #[doc = "`LoadResource()` overload"]
400    fn load_resource(self) -> () {
401        unsafe {
402            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
403            ::unity::il2cpp_call!((::unity::module_base()+0x280b3b0usize)as*mut u8,();
404(PhotographTopSequence)__receiver)
405        }
406    }
407    #[doc = "`IsLoadingResource()` overload"]
408    fn is_loading_resource(self) -> bool {
409        unsafe {
410            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
411            ::unity::il2cpp_call!((::unity::module_base()+0x280b420usize)as*mut u8,bool;
412(PhotographTopSequence)__receiver)
413        }
414    }
415    #[doc = "`UnloadResource()` overload"]
416    fn unload_resource(self) -> () {
417        unsafe {
418            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
419            ::unity::il2cpp_call!((::unity::module_base()+0x280b490usize)as*mut u8,();
420(PhotographTopSequence)__receiver)
421        }
422    }
423    #[doc = "`.ctor()` overload"]
424    fn ctor(self) -> () {
425        unsafe {
426            let __receiver = <PhotographTopSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
427            ::unity::il2cpp_call!((::unity::module_base()+0x28099d0usize)as*mut u8,();
428(PhotographTopSequence)__receiver)
429        }
430    }
431}
432
433#[cfg(feature = "app-photographtopsequence")]
434impl<__T: IPhotographTopSequence> IPhotographTopSequenceMethods for __T {}
435
436#[cfg(feature = "app-photographtopsequence")]
437impl PhotographTopSequence {
438    pub fn set_next_label_method_info() -> &'static ::unity::il2cpp::MethodInfo {
439        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
440    }
441
442    pub fn get_select_area_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
443        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
444    }
445
446    pub fn set_select_area_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
447        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
448    }
449
450    pub fn get_acc_data_set_method_info() -> &'static ::unity::il2cpp::MethodInfo {
451        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
452    }
453
454    pub fn get_mascot_body_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
455        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
456    }
457
458    pub fn set_mascot_body_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
459        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
460    }
461
462    pub fn get_mascot_face_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
463        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
464    }
465
466    pub fn set_mascot_face_acc_data_method_info() -> &'static ::unity::il2cpp::MethodInfo {
467        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
468    }
469
470    pub fn get_mascot_color_idx_method_info() -> &'static ::unity::il2cpp::MethodInfo {
471        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
472    }
473
474    pub fn set_mascot_color_idx_method_info() -> &'static ::unity::il2cpp::MethodInfo {
475        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
476    }
477
478    pub fn create_bind_method_info() -> &'static ::unity::il2cpp::MethodInfo {
479        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
480    }
481
482    pub fn create_desc_method_info() -> &'static ::unity::il2cpp::MethodInfo {
483        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
484    }
485
486    pub fn start_sequence_method_info() -> &'static ::unity::il2cpp::MethodInfo {
487        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
488    }
489
490    pub fn open_select_area_menu_method_info() -> &'static ::unity::il2cpp::MethodInfo {
491        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
492    }
493
494    pub fn close_select_area_menu_method_info() -> &'static ::unity::il2cpp::MethodInfo {
495        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
496    }
497
498    pub fn start_photograph_sequence_method_info() -> &'static ::unity::il2cpp::MethodInfo {
499        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
500    }
501
502    pub fn end_photograph_sequence_method_info() -> &'static ::unity::il2cpp::MethodInfo {
503        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
504    }
505
506    pub fn end_sequence_method_info() -> &'static ::unity::il2cpp::MethodInfo {
507        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
508    }
509
510    pub fn load_resource_method_info() -> &'static ::unity::il2cpp::MethodInfo {
511        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
512    }
513
514    pub fn is_loading_resource_method_info() -> &'static ::unity::il2cpp::MethodInfo {
515        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
516    }
517
518    pub fn unload_resource_method_info() -> &'static ::unity::il2cpp::MethodInfo {
519        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
520    }
521
522    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
523        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
524    }
525}
526
527#[cfg(feature = "app-photographtopsequence")]
528impl PhotographTopSequence {
529    #[doc = "`.ctor()` — no args"]
530    pub fn new() -> Self {
531        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
532            panic!(
533                "{}
534::{}
535 failed to instantiate",
536                ::core::stringify!(PhotographTopSequence),
537                ::core::stringify!(new),
538            )
539        });
540        <Self as IPhotographTopSequenceMethods>::ctor(this);
541        this
542    }
543}
544
545#[cfg(feature = "app-photographtopsequence")]
546#[doc(hidden)]
547pub mod prelude {
548    pub use super::{
549        IPhotographTopSequence, IPhotographTopSequenceMethods, IPhotographTopSequence_UnitAccDataSet, IPhotographTopSequence_UnitAccDataSetMethods,
550        PhotographTopSequence, PhotographTopSequence_Label, PhotographTopSequence_UnitAccDataSet,
551    };
552    #[cfg(feature = "app-procinst")]
553    pub use crate::app::procinst::IProcInstMethods;
554    #[cfg(feature = "app-singletonprocinst_1")]
555    pub use crate::app::singletonprocinst_1::ISingletonProcInst_1Methods;
556    #[cfg(feature = "system-object")]
557    pub use crate::system::object::IObjectMethods;
558    #[cfg(feature = "system-enum")]
559    pub use crate::system::r#enum::IEnumMethods;
560    #[cfg(feature = "system-valuetype")]
561    pub use crate::system::valuetype::IValueTypeMethods;
562    pub use crate::{
563        app::{procinst::IProcInst, singletonprocinst_1::ISingletonProcInst_1},
564        system::{object::IObject, r#enum::IEnum, valuetype::IValueType},
565    };
566}