engage/generated/app/
photographspotdata.rs1#[cfg(feature = "app-photographspotdata-types")]
4mod __types {
5 #[allow(unused_imports)] use ::unity::prelude::*;
6
7 use super::*;
8 use crate::{
9 app::{
10 structbase::{IStructBase, StructBase},
11 structdata_1::{IStructData_1, StructData_1},
12 structtemplate_1::{IStructTemplate_1, StructTemplate_1},
13 },
14 system::object::{IObject, Object},
15 };
16
17 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/photographspotdata/PhotographSpotData.md"))]
18 #[::unity::class(namespace = "App", name = "PhotographSpotData")]
19 #[parent(crate::app::structdata_1::StructData_1<crate::app::photographspotdata::PhotographSpotData>)]
20 pub struct PhotographSpotData {}
21}
22
23#[cfg(feature = "app-photographspotdata-types")]
24pub use __types::*;
25
26#[cfg(feature = "app-photographspotdata")]
27impl PhotographSpotData {
28 #[doc = "`Load()` overload"]
29 pub fn load() -> () {
30 unsafe {
31 ::unity::il2cpp_call!((::unity::module_base()+0x28090d0usize)as*mut u8,();
32 )
33 }
34 }
35
36 #[doc = "`RegistGlobalFlags()` overload"]
37 pub fn regist_global_flags() -> () {
38 unsafe {
39 ::unity::il2cpp_call!((::unity::module_base()+0x2809410usize)as*mut u8,();
40 )
41 }
42 }
43
44 #[doc = "`UpdateStoryProgress()` overload"]
45 pub fn update_story_progress() -> () {
46 unsafe {
47 ::unity::il2cpp_call!((::unity::module_base()+0x28094d0usize)as*mut u8,();
48 )
49 }
50 }
51}
52
53#[cfg(feature = "app-photographspotdata")]
54pub trait IPhotographSpotDataMethods: IPhotographSpotData {
55 #[doc = "`get_Name()` overload"]
56 fn get_name(self) -> ::unity::Il2CppString {
57 unsafe {
58 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
59 ::unity::il2cpp_call!((::unity::module_base()+0x2809180usize)as*mut u8, ::unity::Il2CppString;
60(PhotographSpotData)__receiver)
61 }
62 }
63 #[doc = "`set_Name(::unity::Il2CppString)` overload"]
64 fn set_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
65 unsafe {
66 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
67 ::unity::il2cpp_call!((::unity::module_base()+0x2809190usize)as*mut u8,();
68(PhotographSpotData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
69 }
70 }
71 #[doc = "`get_MID()` overload"]
72 fn get_mid(self) -> ::unity::Il2CppString {
73 unsafe {
74 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
75 ::unity::il2cpp_call!((::unity::module_base()+0x28091a0usize)as*mut u8, ::unity::Il2CppString;
76(PhotographSpotData)__receiver)
77 }
78 }
79 #[doc = "`set_MID(::unity::Il2CppString)` overload"]
80 fn set_mid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
81 unsafe {
82 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
83 ::unity::il2cpp_call!((::unity::module_base()+0x28091b0usize)as*mut u8,();
84(PhotographSpotData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
85 }
86 }
87 #[doc = "`get_ConditionCid()` overload"]
88 fn get_condition_cid(self) -> ::unity::Il2CppString {
89 unsafe {
90 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
91 ::unity::il2cpp_call!((::unity::module_base()+0x28091c0usize)as*mut u8, ::unity::Il2CppString;
92(PhotographSpotData)__receiver)
93 }
94 }
95 #[doc = "`set_ConditionCid(::unity::Il2CppString)` overload"]
96 fn set_condition_cid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
97 unsafe {
98 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
99 ::unity::il2cpp_call!((::unity::module_base()+0x28091d0usize)as*mut u8,();
100(PhotographSpotData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
101 }
102 }
103 #[doc = "`get_LocatorCount()` overload"]
104 fn get_locator_count(self) -> i32 {
105 unsafe {
106 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
107 ::unity::il2cpp_call!((::unity::module_base()+0x28091e0usize)as*mut u8,i32;
108(PhotographSpotData)__receiver)
109 }
110 }
111 #[doc = "`set_LocatorCount(i32)` overload"]
112 fn set_locator_count(self, value: impl ::core::convert::Into<i32>) -> () {
113 unsafe {
114 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
115 ::unity::il2cpp_call!((::unity::module_base()+0x28091f0usize)as*mut u8,();
116(PhotographSpotData)__receiver,(i32)::core::convert::Into::into(value))
117 }
118 }
119 #[doc = "`get_PauseGroupNameList1()` overload"]
120 fn get_pause_group_name_list1(self) -> ::unity::Array<::unity::Il2CppString> {
121 unsafe {
122 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
123 ::unity::il2cpp_call!((::unity::module_base()+0x2809200usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
124(PhotographSpotData)__receiver)
125 }
126 }
127 #[doc = "`set_PauseGroupNameList1(::unity::Array<::unity::Il2CppString>)` overload"]
128 fn set_pause_group_name_list1(self, value: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
129 unsafe {
130 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
131 ::unity::il2cpp_call!((::unity::module_base()+0x2809210usize)as*mut u8,();
132(PhotographSpotData)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(value))
133 }
134 }
135 #[doc = "`get_PauseGroupNameList2()` overload"]
136 fn get_pause_group_name_list2(self) -> ::unity::Array<::unity::Il2CppString> {
137 unsafe {
138 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
139 ::unity::il2cpp_call!((::unity::module_base()+0x2809220usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
140(PhotographSpotData)__receiver)
141 }
142 }
143 #[doc = "`set_PauseGroupNameList2(::unity::Array<::unity::Il2CppString>)` overload"]
144 fn set_pause_group_name_list2(self, value: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
145 unsafe {
146 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
147 ::unity::il2cpp_call!((::unity::module_base()+0x2809230usize)as*mut u8,();
148(PhotographSpotData)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(value))
149 }
150 }
151 #[doc = "`get_PauseGroupNameList3()` overload"]
152 fn get_pause_group_name_list3(self) -> ::unity::Array<::unity::Il2CppString> {
153 unsafe {
154 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
155 ::unity::il2cpp_call!((::unity::module_base()+0x2809240usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
156(PhotographSpotData)__receiver)
157 }
158 }
159 #[doc = "`set_PauseGroupNameList3(::unity::Array<::unity::Il2CppString>)` overload"]
160 fn set_pause_group_name_list3(self, value: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
161 unsafe {
162 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
163 ::unity::il2cpp_call!((::unity::module_base()+0x2809250usize)as*mut u8,();
164(PhotographSpotData)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(value))
165 }
166 }
167 #[doc = "`get_PauseGroupNameList4()` overload"]
168 fn get_pause_group_name_list4(self) -> ::unity::Array<::unity::Il2CppString> {
169 unsafe {
170 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
171 ::unity::il2cpp_call!((::unity::module_base()+0x2809260usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
172(PhotographSpotData)__receiver)
173 }
174 }
175 #[doc = "`set_PauseGroupNameList4(::unity::Array<::unity::Il2CppString>)` overload"]
176 fn set_pause_group_name_list4(self, value: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
177 unsafe {
178 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
179 ::unity::il2cpp_call!((::unity::module_base()+0x2809270usize)as*mut u8,();
180(PhotographSpotData)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(value))
181 }
182 }
183 #[doc = "`GetPauseGroupNameList(i32)` overload"]
184 fn get_pause_group_name_list(self, locator_no: impl ::core::convert::Into<i32>) -> ::unity::Array<::unity::Il2CppString> {
185 unsafe {
186 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
187 ::unity::il2cpp_call!((::unity::module_base()+0x2809280usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
188(PhotographSpotData)__receiver,(i32)::core::convert::Into::into(locator_no))
189 }
190 }
191 #[doc = "`IsNew()` overload"]
192 fn is_new(self) -> bool {
193 unsafe {
194 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
195 ::unity::il2cpp_call!((::unity::module_base()+0x28092b0usize)as*mut u8,bool;
196(PhotographSpotData)__receiver)
197 }
198 }
199 #[doc = "`.ctor()` overload"]
200 fn ctor(self) -> () {
201 unsafe {
202 let __receiver = <PhotographSpotData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
203 ::unity::il2cpp_call!((::unity::module_base()+0x28096c0usize)as*mut u8,();
204(PhotographSpotData)__receiver)
205 }
206 }
207}
208
209#[cfg(feature = "app-photographspotdata")]
210impl<__T: IPhotographSpotData> IPhotographSpotDataMethods for __T {}
211
212#[cfg(feature = "app-photographspotdata")]
213impl PhotographSpotData {
214 pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
215 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
216 }
217
218 pub fn get_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
219 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
220 }
221
222 pub fn set_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
223 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
224 }
225
226 pub fn get_mid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
227 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
228 }
229
230 pub fn set_mid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
231 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
232 }
233
234 pub fn get_condition_cid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
235 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
236 }
237
238 pub fn set_condition_cid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
239 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
240 }
241
242 pub fn get_locator_count_method_info() -> &'static ::unity::il2cpp::MethodInfo {
243 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
244 }
245
246 pub fn set_locator_count_method_info() -> &'static ::unity::il2cpp::MethodInfo {
247 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
248 }
249
250 pub fn get_pause_group_name_list1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
251 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
252 }
253
254 pub fn set_pause_group_name_list1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
255 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
256 }
257
258 pub fn get_pause_group_name_list2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
259 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
260 }
261
262 pub fn set_pause_group_name_list2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
263 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
264 }
265
266 pub fn get_pause_group_name_list3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
267 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
268 }
269
270 pub fn set_pause_group_name_list3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
271 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
272 }
273
274 pub fn get_pause_group_name_list4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
275 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
276 }
277
278 pub fn set_pause_group_name_list4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
279 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
280 }
281
282 pub fn get_pause_group_name_list_method_info() -> &'static ::unity::il2cpp::MethodInfo {
283 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
284 }
285
286 pub fn is_new_method_info() -> &'static ::unity::il2cpp::MethodInfo {
287 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
288 }
289
290 pub fn regist_global_flags_method_info() -> &'static ::unity::il2cpp::MethodInfo {
291 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
292 }
293
294 pub fn update_story_progress_method_info() -> &'static ::unity::il2cpp::MethodInfo {
295 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
296 }
297
298 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
299 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
300 }
301}
302
303#[cfg(feature = "app-photographspotdata")]
304impl PhotographSpotData {
305 #[doc = "`.ctor()` — no args"]
306 pub fn new() -> Self {
307 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
308 panic!(
309 "{}
310::{}
311 failed to instantiate",
312 ::core::stringify!(PhotographSpotData),
313 ::core::stringify!(new),
314 )
315 });
316 <Self as IPhotographSpotDataMethods>::ctor(this);
317 this
318 }
319}
320
321#[cfg(feature = "app-photographspotdata")]
322#[doc(hidden)]
323pub mod prelude {
324 pub use super::{IPhotographSpotData, IPhotographSpotDataMethods, PhotographSpotData};
325 #[cfg(feature = "app-structbase")]
326 pub use crate::app::structbase::IStructBaseMethods;
327 #[cfg(feature = "app-structdata_1")]
328 pub use crate::app::structdata_1::IStructData_1Methods;
329 #[cfg(feature = "app-structtemplate_1")]
330 pub use crate::app::structtemplate_1::IStructTemplate_1Methods;
331 #[cfg(feature = "system-object")]
332 pub use crate::system::object::IObjectMethods;
333 pub use crate::{
334 app::{structbase::IStructBase, structdata_1::IStructData_1, structtemplate_1::IStructTemplate_1},
335 system::object::IObject,
336 };
337}