1#[cfg(feature = "app-eventdemosequence-types")]
4mod __types {
5 #[allow(unused_imports)] use ::unity::prelude::*;
6
7 use super::*;
8 use crate::{
9 app::{
10 procinst::{IProcInst, ProcInst},
11 procscenesequence_1::{IProcSceneSequence_1, ProcSceneSequence_1},
12 singletonprocinst_1::{ISingletonProcInst_1, SingletonProcInst_1},
13 },
14 system::{
15 delegate::{Delegate, IDelegate},
16 multicastdelegate::{IMulticastDelegate, MulticastDelegate},
17 object::{IObject, Object},
18 r#enum::{Enum, IEnum},
19 valuetype::{IValueType, ValueType},
20 },
21 unity_engine::{
22 behaviour::{Behaviour, IBehaviour},
23 component::{Component, IComponent},
24 monobehaviour::{IMonoBehaviour, MonoBehaviour},
25 object_2::{IObject_2, Object_2},
26 },
27 };
28
29 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_CharacterWork.md"))]
30 #[::unity::class(namespace = "App", name = "EventDemoSequence.CharacterWork")]
31 #[parent(crate::system::object::Object)]
32 pub struct EventDemoSequence_CharacterWork {}
33
34 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_ColorFader.md"))]
35 #[::unity::class(namespace = "App", name = "EventDemoSequence.ColorFader")]
36 #[parent(crate::system::object::Object)]
37 pub struct EventDemoSequence_ColorFader {
38 #[offset(16)]
39 #[rename(name = "m_color")]
40 pub m_color: crate::unity_engine::color::Color,
41 #[offset(32)]
42 #[rename(name = "m_colorFrom")]
43 pub m_color_from: crate::unity_engine::color::Color,
44 #[offset(48)]
45 #[rename(name = "m_colorTo")]
46 pub m_color_to: crate::unity_engine::color::Color,
47 #[offset(64)]
48 #[rename(name = "m_time")]
49 pub m_time: f32,
50 #[offset(68)]
51 #[rename(name = "m_duration")]
52 pub m_duration: f32,
53 }
54
55 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_CmdFunc.md"))]
56 #[::unity::class(namespace = "App", name = "EventDemoSequence.CmdFunc")]
57 #[parent(crate::system::multicastdelegate::MulticastDelegate)]
58 pub struct EventDemoSequence_CmdFunc {}
59
60 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_WeightFader.md"))]
61 #[::unity::class(namespace = "App", name = "EventDemoSequence.WeightFader")]
62 #[parent(crate::system::object::Object)]
63 pub struct EventDemoSequence_WeightFader {
64 #[offset(16)]
65 #[rename(name = "m_wgt")]
66 pub m_wgt: f32,
67 #[offset(20)]
68 #[rename(name = "m_wgtFrom")]
69 pub m_wgt_from: f32,
70 #[offset(24)]
71 #[rename(name = "m_wgtTo")]
72 pub m_wgt_to: f32,
73 #[offset(28)]
74 #[rename(name = "m_time")]
75 pub m_time: f32,
76 #[offset(32)]
77 #[rename(name = "m_duration")]
78 pub m_duration: f32,
79 }
80
81 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_LightSetupInfo.md"))]
82 #[::unity::class(namespace = "App", name = "EventDemoSequence.LightSetupInfo")]
83 #[parent(crate::system::object::Object)]
84 pub struct EventDemoSequence_LightSetupInfo {}
85
86 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence.md"))]
87 #[::unity::class(namespace = "App", name = "EventDemoSequence")]
88 #[parent(crate::app::procscenesequence_1::ProcSceneSequence_1<crate::app::eventdemosequence::EventDemoSequence>)]
89 pub struct EventDemoSequence {
90 #[static_field]
91 #[rename(name = "CameraGroupName")]
92 pub camera_group_name: ::unity::Il2CppString,
93 #[static_field]
94 #[rename(name = "CurrentCameraName")]
95 pub current_camera_name: ::unity::Il2CppString,
96 #[static_field]
97 #[rename(name = "LightDefaultRotateOffsetX")]
98 pub light_default_rotate_offset_x: f32,
99 #[static_field]
100 #[rename(name = "LightDefaultRotateOffsetY")]
101 pub light_default_rotate_offset_y: f32,
102 #[static_field]
103 #[rename(name = "LightDefaultRotateOffsetZ")]
104 pub light_default_rotate_offset_z: f32,
105 #[static_field]
106 #[rename(name = "LightGroupName")]
107 pub light_group_name: ::unity::Il2CppString,
108 #[static_field]
109 #[rename(name = "CurrentLightName")]
110 pub current_light_name: ::unity::Il2CppString,
111 #[static_field]
112 #[rename(name = "UseSceneName")]
113 pub use_scene_name: ::unity::Il2CppString,
114 #[static_field]
115 #[rename(name = "UseLayerName")]
116 pub use_layer_name: ::unity::Il2CppString,
117 #[offset(136)]
118 #[rename(name = "m_demoName")]
119 pub m_demo_name: ::unity::Il2CppString,
120 #[offset(144)]
121 #[rename(name = "m_messFileName")]
122 pub m_mess_file_name: ::unity::Il2CppString,
123 #[offset(152)]
124 #[rename(name = "m_curMessLabelIndex")]
125 pub m_cur_mess_label_index: i32,
126 #[offset(160)]
127 #[rename(name = "m_curMessLabel")]
128 pub m_cur_mess_label: ::unity::Il2CppString,
129 #[offset(168)]
130 #[rename(name = "m_cmdInfosExecBefore")]
131 pub m_cmd_infos_exec_before: ::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
132 #[offset(176)]
133 #[rename(name = "m_cmdInfosExecAfter")]
134 pub m_cmd_infos_exec_after: ::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
135 #[offset(184)]
136 #[rename(name = "m_curCmdInfoIndex")]
137 pub m_cur_cmd_info_index: i32,
138 #[offset(188)]
139 #[rename(name = "m_eventCmdSeq")]
140 pub m_event_cmd_seq: crate::app::eventdemosequence::EventDemoSequence_EventCmdSeq,
141 #[offset(192)]
142 #[rename(name = "m_eventCmdTextExecBefore")]
143 pub m_event_cmd_text_exec_before:
144 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::Il2CppString>,
145 #[offset(200)]
146 #[rename(name = "m_eventCmdTextExecAfter")]
147 pub m_event_cmd_text_exec_after:
148 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::Il2CppString>,
149 #[offset(208)]
150 #[rename(name = "m_funcDictionary")]
151 pub m_func_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<
152 ::unity::Il2CppString,
153 crate::app::eventdemosequence::EventDemoSequence_CmdFunc,
154 >,
155 #[offset(216)]
156 #[rename(name = "m_isPuppetTalkPause")]
157 pub m_is_puppet_talk_pause: bool,
158 #[offset(217)]
159 #[rename(name = "m_isFadeOutInStart")]
160 pub m_is_fade_out_in_start: bool,
161 #[offset(232)]
162 #[rename(name = "m_lightSetupInfo")]
163 pub m_light_setup_info: crate::app::eventdemosequence::EventDemoSequence_LightSetupInfo,
164 #[offset(240)]
165 #[rename(name = "m_cubeMaterialHandle")]
166 pub m_cube_material_handle: crate::app::resourcehandle_2::ResourceHandle_2,
167 #[offset(248)]
168 #[rename(name = "m_messLoadedList")]
169 pub m_mess_loaded_list: crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>,
170 #[offset(256)]
171 #[rename(name = "m_characterWorkDictionary")]
172 pub m_character_work_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<
173 ::unity::Il2CppString,
174 crate::app::eventdemosequence::EventDemoSequence_CharacterWork,
175 >,
176 #[offset(264)]
177 #[rename(name = "m_splitViewWorkDictionary")]
178 pub m_split_view_work_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<
179 ::unity::Il2CppString,
180 crate::app::eventdemosequence::EventDemoSequence_SplitViewWork,
181 >,
182 #[offset(272)]
183 #[rename(name = "m_effectWorkDictionary")]
184 pub m_effect_work_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<
185 ::unity::Il2CppString,
186 crate::app::eventdemosequence::EventDemoSequence_EffectWork,
187 >,
188 #[offset(280)]
189 #[rename(name = "m_telopEffectResourceObject")]
190 pub m_telop_effect_resource_object: crate::app::resourceobject::ResourceObject,
191 #[offset(288)]
192 #[rename(name = "m_PictureController")]
193 pub m_picture_controller: crate::app::eventpicturecontroller::EventPictureController,
194 }
195
196 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_RotateFader.md"))]
197 #[::unity::class(namespace = "App", name = "EventDemoSequence.RotateFader")]
198 #[parent(crate::system::object::Object)]
199 pub struct EventDemoSequence_RotateFader {
200 #[offset(16)]
201 #[rename(name = "m_rot")]
202 pub m_rot: f32,
203 #[offset(20)]
204 #[rename(name = "m_rotFrom")]
205 pub m_rot_from: f32,
206 #[offset(24)]
207 #[rename(name = "m_rotTo")]
208 pub m_rot_to: f32,
209 #[offset(28)]
210 #[rename(name = "m_time")]
211 pub m_time: f32,
212 #[offset(32)]
213 #[rename(name = "m_duration")]
214 pub m_duration: f32,
215 }
216
217 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_SplitViewWork.md"))]
218 #[::unity::class(namespace = "App", name = "EventDemoSequence.SplitViewWork")]
219 #[parent(crate::system::object::Object)]
220 pub struct EventDemoSequence_SplitViewWork {
221 #[offset(72)]
222 #[rename(name = "m_renderTextureHandle")]
223 pub m_render_texture_handle: crate::app::resourcehandle_2::ResourceHandle_2,
224 }
225
226 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_EventCmdResult.md"))]
227 #[repr(C)]
228 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
229 pub struct EventDemoSequence_EventCmdResult {
230 pub value: i32,
231 }
232 impl ::unity::ClassIdentity for EventDemoSequence_EventCmdResult {
233 const NAME: &'static str = "EventDemoSequence.EventCmdResult";
234 const NAMESPACE: &'static str = "App";
235
236 fn class() -> ::unity::Class {
237 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
238 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
239 }
240 }
241 impl ::unity::IlType for EventDemoSequence_EventCmdResult {
242 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
243 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
244 }
245 }
246 impl EventDemoSequence_EventCmdResult {
247 pub fn r#continue() -> Self {
248 Self { value: 0 }
249 }
250
251 pub fn continue_next_frame() -> Self {
252 Self { value: 1 }
253 }
254
255 pub fn retry() -> Self {
256 Self { value: 2 }
257 }
258
259 pub fn retry_next_frame() -> Self {
260 Self { value: 3 }
261 }
262
263 pub fn cmd_not_found() -> Self {
264 Self { value: 4 }
265 }
266 }
267
268 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_SoundEnv_EventNameData.md"))]
269 #[::unity::class(namespace = "App", name = "EventDemoSequence.SoundEnv.EventNameData")]
270 #[parent(crate::system::object::Object)]
271 pub struct EventDemoSequence_SoundEnv_EventNameData {
272 #[offset(16)]
273 #[rename(name = "m_MaterialName")]
274 pub m_material_name: ::unity::Il2CppString,
275 #[offset(24)]
276 #[rename(name = "m_EventName")]
277 pub m_event_name: ::unity::Il2CppString,
278 }
279
280 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_CmdInfo.md"))]
281 #[::unity::class(namespace = "App", name = "EventDemoSequence.CmdInfo")]
282 #[parent(crate::system::object::Object)]
283 pub struct EventDemoSequence_CmdInfo {}
284
285 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_EffectWork.md"))]
286 #[::unity::class(namespace = "App", name = "EventDemoSequence.EffectWork")]
287 #[parent(crate::system::object::Object)]
288 pub struct EventDemoSequence_EffectWork {
289 #[offset(16)]
290 #[rename(name = "m_effectResourceObject")]
291 pub m_effect_resource_object: crate::app::resourceobject::ResourceObject,
292 }
293
294 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_ClothType.md"))]
295 #[repr(C)]
296 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
297 pub struct EventDemoSequence_ClothType {
298 pub value: i32,
299 }
300 impl ::unity::ClassIdentity for EventDemoSequence_ClothType {
301 const NAME: &'static str = "EventDemoSequence.ClothType";
302 const NAMESPACE: &'static str = "App";
303
304 fn class() -> ::unity::Class {
305 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
306 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
307 }
308 }
309 impl ::unity::IlType for EventDemoSequence_ClothType {
310 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
311 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
312 }
313 }
314 impl EventDemoSequence_ClothType {
315 pub fn normal() -> Self {
316 Self { value: 0 }
317 }
318
319 pub fn default_job() -> Self {
320 Self { value: 1 }
321 }
322
323 pub fn plain() -> Self {
324 Self { value: 2 }
325 }
326 }
327
328 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_SoundEnv.md"))]
329 #[::unity::class(namespace = "App", name = "EventDemoSequence.SoundEnv")]
330 #[parent(crate::unity_engine::monobehaviour::MonoBehaviour)]
331 pub struct EventDemoSequence_SoundEnv {
332 #[offset(24)]
333 #[rename(name = "m_EventNameDataList")]
334 pub m_event_name_data_list:
335 crate::system::collections::generic::list_1::List_1<crate::app::eventdemosequence::EventDemoSequence_SoundEnv_EventNameData>,
336 #[offset(32)]
337 #[rename(name = "m_EventNameDictionary")]
338 pub m_event_name_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::Il2CppString>,
339 #[offset(40)]
340 #[rename(name = "m_SoundEventName")]
341 pub m_sound_event_name: ::unity::Il2CppString,
342 }
343
344 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/eventdemosequence/EventDemoSequence_EventCmdSeq.md"))]
345 #[repr(C)]
346 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
347 pub struct EventDemoSequence_EventCmdSeq {
348 pub value: i32,
349 }
350 impl ::unity::ClassIdentity for EventDemoSequence_EventCmdSeq {
351 const NAME: &'static str = "EventDemoSequence.EventCmdSeq";
352 const NAMESPACE: &'static str = "App";
353
354 fn class() -> ::unity::Class {
355 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
356 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
357 }
358 }
359 impl ::unity::IlType for EventDemoSequence_EventCmdSeq {
360 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
361 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
362 }
363 }
364 impl EventDemoSequence_EventCmdSeq {
365 pub fn before_talk() -> Self {
366 Self { value: 0 }
367 }
368
369 pub fn talk() -> Self {
370 Self { value: 1 }
371 }
372
373 pub fn after_talk() -> Self {
374 Self { value: 2 }
375 }
376 }
377}
378
379#[cfg(feature = "app-eventdemosequence-types")]
380pub use __types::*;
381
382#[cfg(feature = "app-eventdemosequence")]
383pub trait IEventDemoSequence_CharacterWorkMethods: IEventDemoSequence_CharacterWork {
384 #[doc = "`get_Pid()` overload"]
385 fn get_pid(self) -> ::unity::Il2CppString {
386 unsafe {
387 let __receiver =
388 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
389 ::unity::il2cpp_call!((::unity::module_base()+0x1e560a0usize)as*mut u8, ::unity::Il2CppString;
390(EventDemoSequence_CharacterWork)__receiver)
391 }
392 }
393 #[doc = "`set_Pid(::unity::Il2CppString)` overload"]
394 fn set_pid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
395 unsafe {
396 let __receiver =
397 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
398 ::unity::il2cpp_call!((::unity::module_base()+0x1e560b0usize)as*mut u8,();
399(EventDemoSequence_CharacterWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
400 }
401 }
402 #[doc = "`get_PidForCreate()` overload"]
403 fn get_pid_for_create(self) -> ::unity::Il2CppString {
404 unsafe {
405 let __receiver =
406 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
407 ::unity::il2cpp_call!((::unity::module_base()+0x1e560c0usize)as*mut u8, ::unity::Il2CppString;
408(EventDemoSequence_CharacterWork)__receiver)
409 }
410 }
411 #[doc = "`set_PidForCreate(::unity::Il2CppString)` overload"]
412 fn set_pid_for_create(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
413 unsafe {
414 let __receiver =
415 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
416 ::unity::il2cpp_call!((::unity::module_base()+0x1e560d0usize)as*mut u8,();
417(EventDemoSequence_CharacterWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
418 }
419 }
420 #[doc = "`get_Character()` overload"]
421 fn get_character(self) -> crate::combat::character::Character {
422 unsafe {
423 let __receiver =
424 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
425 ::unity::il2cpp_call!((::unity::module_base()+0x1e560e0usize)as*mut u8,crate::combat::character::Character;
426(EventDemoSequence_CharacterWork)__receiver)
427 }
428 }
429 #[doc = "`set_Character(crate::combat::character::Character)` overload"]
430 fn set_character(self, value: impl ::core::convert::Into<crate::combat::character::Character>) -> () {
431 unsafe {
432 let __receiver =
433 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
434 ::unity::il2cpp_call!((::unity::module_base()+0x1e560f0usize)as*mut u8,();
435(EventDemoSequence_CharacterWork)__receiver,(crate::combat::character::Character)::core::convert::Into::into(value))
436 }
437 }
438 #[doc = "`get_Appearance()` overload"]
439 fn get_appearance(self) -> crate::combat::characterappearance::CharacterAppearance {
440 unsafe {
441 let __receiver =
442 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
443 ::unity::il2cpp_call!((::unity::module_base()+0x1e56100usize)as*mut u8,crate::combat::characterappearance::CharacterAppearance;
444(EventDemoSequence_CharacterWork)__receiver)
445 }
446 }
447 #[doc = "`set_Appearance(crate::combat::characterappearance::CharacterAppearance)` overload"]
448 fn set_appearance(self, value: impl ::core::convert::Into<crate::combat::characterappearance::CharacterAppearance>) -> () {
449 unsafe {
450 let __receiver =
451 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
452 ::unity::il2cpp_call!((::unity::module_base()+0x1e56110usize)as*mut u8,();
453(EventDemoSequence_CharacterWork)__receiver,(crate::combat::characterappearance::CharacterAppearance)::core::convert::Into::into(value))
454 }
455 }
456 #[doc = "`get_PositionLocater()` overload"]
457 fn get_position_locater(self) -> crate::unity_engine::gameobject::GameObject {
458 unsafe {
459 let __receiver =
460 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
461 ::unity::il2cpp_call!((::unity::module_base()+0x1e56120usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
462(EventDemoSequence_CharacterWork)__receiver)
463 }
464 }
465 #[doc = "`set_PositionLocater(crate::unity_engine::gameobject::GameObject)` overload"]
466 fn set_position_locater(self, value: impl ::core::convert::Into<crate::unity_engine::gameobject::GameObject>) -> () {
467 unsafe {
468 let __receiver =
469 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
470 ::unity::il2cpp_call!((::unity::module_base()+0x1e56130usize)as*mut u8,();
471(EventDemoSequence_CharacterWork)__receiver,(crate::unity_engine::gameobject::GameObject)::core::convert::Into::into(value))
472 }
473 }
474 #[doc = "`get_RotateFader()` overload"]
475 fn get_rotate_fader(self) -> crate::app::eventdemosequence::EventDemoSequence_RotateFader {
476 unsafe {
477 let __receiver =
478 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
479 ::unity::il2cpp_call!((::unity::module_base()+0x1e56140usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_RotateFader;
480(EventDemoSequence_CharacterWork)__receiver)
481 }
482 }
483 #[doc = "`set_RotateFader(crate::app::eventdemosequence::EventDemoSequence_RotateFader)` overload"]
484 fn set_rotate_fader(self, value: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_RotateFader>) -> () {
485 unsafe {
486 let __receiver =
487 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
488 ::unity::il2cpp_call!((::unity::module_base()+0x1e56150usize)as*mut u8,();
489(EventDemoSequence_CharacterWork)__receiver,(crate::app::eventdemosequence::EventDemoSequence_RotateFader)::core::convert::Into::into(value))
490 }
491 }
492 #[doc = "`get_RotateYTo()` overload"]
493 fn get_rotate_y_to(self) -> f32 {
494 unsafe {
495 let __receiver =
496 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
497 ::unity::il2cpp_call!((::unity::module_base()+0x1e56160usize)as*mut u8,f32;
498(EventDemoSequence_CharacterWork)__receiver)
499 }
500 }
501 #[doc = "`set_RotateYTo(f32)` overload"]
502 fn set_rotate_y_to(self, value: impl ::core::convert::Into<f32>) -> () {
503 unsafe {
504 let __receiver =
505 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
506 ::unity::il2cpp_call!((::unity::module_base()+0x1e56170usize)as*mut u8,();
507(EventDemoSequence_CharacterWork)__receiver,(f32)::core::convert::Into::into(value))
508 }
509 }
510 #[doc = "`get_AnimStatehash()` overload"]
511 fn get_anim_statehash(self) -> i32 {
512 unsafe {
513 let __receiver =
514 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
515 ::unity::il2cpp_call!((::unity::module_base()+0x1e56180usize)as*mut u8,i32;
516(EventDemoSequence_CharacterWork)__receiver)
517 }
518 }
519 #[doc = "`set_AnimStatehash(i32)` overload"]
520 fn set_anim_statehash(self, value: impl ::core::convert::Into<i32>) -> () {
521 unsafe {
522 let __receiver =
523 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
524 ::unity::il2cpp_call!((::unity::module_base()+0x1e56190usize)as*mut u8,();
525(EventDemoSequence_CharacterWork)__receiver,(i32)::core::convert::Into::into(value))
526 }
527 }
528 #[doc = "`get_EquipWeaponAsset()` overload"]
529 fn get_equip_weapon_asset(self) -> crate::combat::characterasset::CharacterAsset {
530 unsafe {
531 let __receiver =
532 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
533 ::unity::il2cpp_call!((::unity::module_base()+0x1e561a0usize)as*mut u8,crate::combat::characterasset::CharacterAsset;
534(EventDemoSequence_CharacterWork)__receiver)
535 }
536 }
537 #[doc = "`set_EquipWeaponAsset(crate::combat::characterasset::CharacterAsset)` overload"]
538 fn set_equip_weapon_asset(self, value: impl ::core::convert::Into<crate::combat::characterasset::CharacterAsset>) -> () {
539 unsafe {
540 let __receiver =
541 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
542 ::unity::il2cpp_call!((::unity::module_base()+0x1e561b0usize)as*mut u8,();
543(EventDemoSequence_CharacterWork)__receiver,(crate::combat::characterasset::CharacterAsset)::core::convert::Into::into(value))
544 }
545 }
546 #[doc = "`get_AnimatorResourceHandle()` overload"]
547 fn get_animator_resource_handle(self) -> crate::app::resourcehandle_2::ResourceHandle_2 {
548 unsafe {
549 let __receiver =
550 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
551 ::unity::il2cpp_call!((::unity::module_base()+0x1e56220usize)as*mut u8,crate::app::resourcehandle_2::ResourceHandle_2;
552(EventDemoSequence_CharacterWork)__receiver)
553 }
554 }
555 #[doc = "`set_AnimatorResourceHandle(crate::app::resourcehandle_2::ResourceHandle_2)` overload"]
556 fn set_animator_resource_handle(self, value: impl ::core::convert::Into<crate::app::resourcehandle_2::ResourceHandle_2>) -> () {
557 unsafe {
558 let __receiver =
559 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
560 ::unity::il2cpp_call!((::unity::module_base()+0x1e56230usize)as*mut u8,();
561(EventDemoSequence_CharacterWork)__receiver,(crate::app::resourcehandle_2::ResourceHandle_2)::core::convert::Into::into(value))
562 }
563 }
564 #[doc = "`get_FishingRodResourceHandle()` overload"]
565 fn get_fishing_rod_resource_handle(self) -> crate::app::resourcehandle_2::ResourceHandle_2 {
566 unsafe {
567 let __receiver =
568 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
569 ::unity::il2cpp_call!((::unity::module_base()+0x1e56240usize)as*mut u8,crate::app::resourcehandle_2::ResourceHandle_2;
570(EventDemoSequence_CharacterWork)__receiver)
571 }
572 }
573 #[doc = "`set_FishingRodResourceHandle(crate::app::resourcehandle_2::ResourceHandle_2)` overload"]
574 fn set_fishing_rod_resource_handle(self, value: impl ::core::convert::Into<crate::app::resourcehandle_2::ResourceHandle_2>) -> () {
575 unsafe {
576 let __receiver =
577 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
578 ::unity::il2cpp_call!((::unity::module_base()+0x1e56250usize)as*mut u8,();
579(EventDemoSequence_CharacterWork)__receiver,(crate::app::resourcehandle_2::ResourceHandle_2)::core::convert::Into::into(value))
580 }
581 }
582 #[doc = "`get_FishingRodObject()` overload"]
583 fn get_fishing_rod_object(self) -> crate::unity_engine::gameobject::GameObject {
584 unsafe {
585 let __receiver =
586 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
587 ::unity::il2cpp_call!((::unity::module_base()+0x1e56260usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
588(EventDemoSequence_CharacterWork)__receiver)
589 }
590 }
591 #[doc = "`set_FishingRodObject(crate::unity_engine::gameobject::GameObject)` overload"]
592 fn set_fishing_rod_object(self, value: impl ::core::convert::Into<crate::unity_engine::gameobject::GameObject>) -> () {
593 unsafe {
594 let __receiver =
595 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
596 ::unity::il2cpp_call!((::unity::module_base()+0x1e56270usize)as*mut u8,();
597(EventDemoSequence_CharacterWork)__receiver,(crate::unity_engine::gameobject::GameObject)::core::convert::Into::into(value))
598 }
599 }
600 #[doc = "`.ctor(::unity::Il2CppString, ::unity::Il2CppString, crate::combat::characterappearance::CharacterAppearance)` overload"]
601 fn ctor(
602 self,
603 pid: impl ::core::convert::Into<::unity::Il2CppString>,
604 pid_for_create: impl ::core::convert::Into<::unity::Il2CppString>,
605 appearance: impl ::core::convert::Into<crate::combat::characterappearance::CharacterAppearance>,
606 ) -> () {
607 unsafe {
608 let __receiver =
609 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
610 ::unity::il2cpp_call!((::unity::module_base()+0x1e56280usize)as*mut u8,();
611(EventDemoSequence_CharacterWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid),(::unity::Il2CppString)::core::convert::Into::into(pid_for_create),(crate::combat::characterappearance::CharacterAppearance)::core::convert::Into::into(appearance))
612 }
613 }
614 #[doc = "`Tick()` overload"]
615 fn tick(self) -> () {
616 unsafe {
617 let __receiver =
618 <EventDemoSequence_CharacterWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
619 ::unity::il2cpp_call!((::unity::module_base()+0x1e562f0usize)as*mut u8,();
620(EventDemoSequence_CharacterWork)__receiver)
621 }
622 }
623}
624
625#[cfg(feature = "app-eventdemosequence")]
626impl<__T: IEventDemoSequence_CharacterWork> IEventDemoSequence_CharacterWorkMethods for __T {}
627
628#[cfg(feature = "app-eventdemosequence")]
629impl EventDemoSequence_CharacterWork {
630 pub fn get_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
631 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
632 }
633
634 pub fn set_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
635 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
636 }
637
638 pub fn get_pid_for_create_method_info() -> &'static ::unity::il2cpp::MethodInfo {
639 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
640 }
641
642 pub fn set_pid_for_create_method_info() -> &'static ::unity::il2cpp::MethodInfo {
643 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
644 }
645
646 pub fn get_character_method_info() -> &'static ::unity::il2cpp::MethodInfo {
647 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
648 }
649
650 pub fn set_character_method_info() -> &'static ::unity::il2cpp::MethodInfo {
651 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
652 }
653
654 pub fn get_appearance_method_info() -> &'static ::unity::il2cpp::MethodInfo {
655 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
656 }
657
658 pub fn set_appearance_method_info() -> &'static ::unity::il2cpp::MethodInfo {
659 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
660 }
661
662 pub fn get_position_locater_method_info() -> &'static ::unity::il2cpp::MethodInfo {
663 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
664 }
665
666 pub fn set_position_locater_method_info() -> &'static ::unity::il2cpp::MethodInfo {
667 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
668 }
669
670 pub fn get_rotate_fader_method_info() -> &'static ::unity::il2cpp::MethodInfo {
671 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
672 }
673
674 pub fn set_rotate_fader_method_info() -> &'static ::unity::il2cpp::MethodInfo {
675 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
676 }
677
678 pub fn get_rotate_y_to_method_info() -> &'static ::unity::il2cpp::MethodInfo {
679 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
680 }
681
682 pub fn set_rotate_y_to_method_info() -> &'static ::unity::il2cpp::MethodInfo {
683 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
684 }
685
686 pub fn get_anim_statehash_method_info() -> &'static ::unity::il2cpp::MethodInfo {
687 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
688 }
689
690 pub fn set_anim_statehash_method_info() -> &'static ::unity::il2cpp::MethodInfo {
691 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
692 }
693
694 pub fn get_equip_weapon_asset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
695 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
696 }
697
698 pub fn set_equip_weapon_asset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
699 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
700 }
701
702 pub fn get_animator_resource_handle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
703 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
704 }
705
706 pub fn set_animator_resource_handle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
707 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
708 }
709
710 pub fn get_fishing_rod_resource_handle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
711 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
712 }
713
714 pub fn set_fishing_rod_resource_handle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
715 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
716 }
717
718 pub fn get_fishing_rod_object_method_info() -> &'static ::unity::il2cpp::MethodInfo {
719 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
720 }
721
722 pub fn set_fishing_rod_object_method_info() -> &'static ::unity::il2cpp::MethodInfo {
723 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
724 }
725
726 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
727 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
728 }
729
730 pub fn tick_method_info() -> &'static ::unity::il2cpp::MethodInfo {
731 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
732 }
733}
734
735#[cfg(feature = "app-eventdemosequence")]
736impl EventDemoSequence_CharacterWork {
737 #[doc = "`.ctor(::unity::Il2CppString, ::unity::Il2CppString, crate::combat::characterappearance::CharacterAppearance)` — overload selector"]
738 pub fn new(
739 pid: ::unity::Il2CppString,
740 pid_for_create: ::unity::Il2CppString,
741 appearance: crate::combat::characterappearance::CharacterAppearance,
742 ) -> Self {
743 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
744 panic!(
745 "{}
746::{}
747 failed to instantiate",
748 ::core::stringify!(EventDemoSequence_CharacterWork),
749 ::core::stringify!(new),
750 )
751 });
752 <Self as IEventDemoSequence_CharacterWorkMethods>::ctor(this, pid, pid_for_create, appearance);
753 this
754 }
755}
756
757#[cfg(feature = "app-eventdemosequence")]
758pub trait IEventDemoSequence_ColorFaderMethods: IEventDemoSequence_ColorFader {
759 #[doc = "`.ctor()` overload"]
760 fn ctor(self) -> () {
761 unsafe {
762 let __receiver =
763 <EventDemoSequence_ColorFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
764 ::unity::il2cpp_call!((::unity::module_base()+0x1e56980usize)as*mut u8,();
765(EventDemoSequence_ColorFader)__receiver)
766 }
767 }
768 #[doc = "`Reset()` overload"]
769 fn reset(self) -> () {
770 unsafe {
771 let __receiver =
772 <EventDemoSequence_ColorFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
773 ::unity::il2cpp_call!((::unity::module_base()+0x1e569f0usize)as*mut u8,();
774(EventDemoSequence_ColorFader)__receiver)
775 }
776 }
777 #[doc = "`Get()` overload"]
778 fn get(self) -> crate::unity_engine::color::Color {
779 unsafe {
780 let __receiver =
781 <EventDemoSequence_ColorFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
782 ::unity::il2cpp_call!((::unity::module_base()+0x1e56a60usize)as*mut u8,crate::unity_engine::color::Color;
783(EventDemoSequence_ColorFader)__receiver)
784 }
785 }
786 #[doc = "`Set(crate::unity_engine::color::Color, f32)` overload"]
787 fn set(self, color: impl ::core::convert::Into<crate::unity_engine::color::Color>, msec: impl ::core::convert::Into<f32>) -> () {
788 unsafe {
789 let __receiver =
790 <EventDemoSequence_ColorFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
791 ::unity::il2cpp_call!((::unity::module_base()+0x1e56a70usize)as*mut u8,();
792(EventDemoSequence_ColorFader)__receiver,(crate::unity_engine::color::Color)::core::convert::Into::into(color),(f32)::core::convert::Into::into(msec))
793 }
794 }
795 #[doc = "`Tick()` overload"]
796 fn tick(self) -> crate::unity_engine::color::Color {
797 unsafe {
798 let __receiver =
799 <EventDemoSequence_ColorFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
800 ::unity::il2cpp_call!((::unity::module_base()+0x1e56ad0usize)as*mut u8,crate::unity_engine::color::Color;
801(EventDemoSequence_ColorFader)__receiver)
802 }
803 }
804}
805
806#[cfg(feature = "app-eventdemosequence")]
807impl<__T: IEventDemoSequence_ColorFader> IEventDemoSequence_ColorFaderMethods for __T {}
808
809#[cfg(feature = "app-eventdemosequence")]
810impl EventDemoSequence_ColorFader {
811 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
812 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
813 }
814
815 pub fn reset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
816 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
817 }
818
819 pub fn get_method_info() -> &'static ::unity::il2cpp::MethodInfo {
820 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
821 }
822
823 pub fn set_method_info() -> &'static ::unity::il2cpp::MethodInfo {
824 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
825 }
826
827 pub fn tick_method_info() -> &'static ::unity::il2cpp::MethodInfo {
828 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
829 }
830}
831
832#[cfg(feature = "app-eventdemosequence")]
833impl EventDemoSequence_ColorFader {
834 #[doc = "`.ctor()` — no args"]
835 pub fn new() -> Self {
836 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
837 panic!(
838 "{}
839::{}
840 failed to instantiate",
841 ::core::stringify!(EventDemoSequence_ColorFader),
842 ::core::stringify!(new),
843 )
844 });
845 <Self as IEventDemoSequence_ColorFaderMethods>::ctor(this);
846 this
847 }
848}
849
850#[cfg(feature = "app-eventdemosequence")]
851pub trait IEventDemoSequence_CmdFuncMethods: IEventDemoSequence_CmdFunc {
852 #[doc = "`.ctor(crate::system::object::Object, ::unity::IntPtr)` overload"]
853 fn ctor(self, object: impl ::core::convert::Into<crate::system::object::Object>, method: impl ::core::convert::Into<::unity::IntPtr>) -> () {
854 unsafe {
855 let __receiver =
856 <EventDemoSequence_CmdFunc as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
857 ::unity::il2cpp_call!((::unity::module_base()+0x1e564a0usize)as*mut u8,();
858(EventDemoSequence_CmdFunc)__receiver,(crate::system::object::Object)::core::convert::Into::into(object),(::unity::IntPtr)::core::convert::Into::into(method))
859 }
860 }
861 #[doc = "`Invoke(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
862 fn invoke(
863 self,
864 cmd_func_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
865 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
866 unsafe {
867 let __receiver =
868 <EventDemoSequence_CmdFunc as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
869 {
870 let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
871 let __vi = *__vt.get(13usize).unwrap_or_else(|| {
872 panic!(
873 "unity: virtual slot {}
874 out of range (vtable len {}
875) on the runtime class behind {}
876 (method `{}
877`)",
878 13usize,
879 __vt.len(),
880 <EventDemoSequence_CmdFunc as ::unity::ClassIdentity>::NAME,
881 "Invoke",
882 )
883 });
884 let __inner: extern "C" fn(
885 EventDemoSequence_CmdFunc,
886 crate::app::eventdemosequence::EventDemoSequence_CmdInfo,
887 ::unity::OptionalMethod,
888 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult = ::core::mem::transmute(__vi.method_ptr);
889 let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
890 __inner(__receiver, ::core::convert::Into::into(cmd_func_info), __mi)
891 }
892 }
893 }
894}
895
896#[cfg(feature = "app-eventdemosequence")]
897impl<__T: IEventDemoSequence_CmdFunc> IEventDemoSequence_CmdFuncMethods for __T {}
898
899#[cfg(feature = "app-eventdemosequence")]
900impl EventDemoSequence_CmdFunc {
901 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
902 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
903 }
904
905 pub fn invoke_method_info() -> &'static ::unity::il2cpp::MethodInfo {
906 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
907 }
908}
909
910#[cfg(feature = "app-eventdemosequence")]
911impl EventDemoSequence_CmdFunc {
912 #[doc = "Direct (non-virtual) call to `EventDemoSequence_CmdFunc`'s own `Invoke`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
913 pub unsafe fn invoke(
914 this: impl ::core::convert::Into<::unity::IlInstance>,
915 cmd_func_info: crate::app::eventdemosequence::EventDemoSequence_CmdInfo,
916 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
917 let __mi = Self::invoke_method_info();
918 let __inner: extern "C" fn(
919 ::unity::IlInstance,
920 crate::app::eventdemosequence::EventDemoSequence_CmdInfo,
921 ::unity::OptionalMethod,
922 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult = ::core::mem::transmute(__mi.method_ptr);
923 __inner(this.into(), cmd_func_info, ::core::option::Option::None)
924 }
925}
926
927#[cfg(feature = "app-eventdemosequence")]
928impl EventDemoSequence_CmdFunc {
929 #[doc = "`.ctor(crate::system::object::Object, ::unity::IntPtr)` — overload selector"]
930 pub fn new(object: crate::system::object::Object, method: ::unity::IntPtr) -> Self {
931 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
932 panic!(
933 "{}
934::{}
935 failed to instantiate",
936 ::core::stringify!(EventDemoSequence_CmdFunc),
937 ::core::stringify!(new),
938 )
939 });
940 <Self as IEventDemoSequence_CmdFuncMethods>::ctor(this, object, method);
941 this
942 }
943}
944
945#[cfg(feature = "app-eventdemosequence")]
946pub trait IEventDemoSequence_WeightFaderMethods: IEventDemoSequence_WeightFader {
947 #[doc = "`.ctor()` overload"]
948 fn ctor(self) -> () {
949 unsafe {
950 let __receiver =
951 <EventDemoSequence_WeightFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
952 ::unity::il2cpp_call!((::unity::module_base()+0x1e57e70usize)as*mut u8,();
953(EventDemoSequence_WeightFader)__receiver)
954 }
955 }
956 #[doc = "`Reset()` overload"]
957 fn reset(self) -> () {
958 unsafe {
959 let __receiver =
960 <EventDemoSequence_WeightFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
961 ::unity::il2cpp_call!((::unity::module_base()+0x1e57eb0usize)as*mut u8,();
962(EventDemoSequence_WeightFader)__receiver)
963 }
964 }
965 #[doc = "`Get()` overload"]
966 fn get(self) -> f32 {
967 unsafe {
968 let __receiver =
969 <EventDemoSequence_WeightFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
970 ::unity::il2cpp_call!((::unity::module_base()+0x1e57ed0usize)as*mut u8,f32;
971(EventDemoSequence_WeightFader)__receiver)
972 }
973 }
974 #[doc = "`Set(f32, f32)` overload"]
975 fn set(self, wgt: impl ::core::convert::Into<f32>, msec: impl ::core::convert::Into<f32>) -> () {
976 unsafe {
977 let __receiver =
978 <EventDemoSequence_WeightFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
979 ::unity::il2cpp_call!((::unity::module_base()+0x1e57ee0usize)as*mut u8,();
980(EventDemoSequence_WeightFader)__receiver,(f32)::core::convert::Into::into(wgt),(f32)::core::convert::Into::into(msec))
981 }
982 }
983 #[doc = "`Tick()` overload"]
984 fn tick(self) -> f32 {
985 unsafe {
986 let __receiver =
987 <EventDemoSequence_WeightFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
988 ::unity::il2cpp_call!((::unity::module_base()+0x1e57f20usize)as*mut u8,f32;
989(EventDemoSequence_WeightFader)__receiver)
990 }
991 }
992}
993
994#[cfg(feature = "app-eventdemosequence")]
995impl<__T: IEventDemoSequence_WeightFader> IEventDemoSequence_WeightFaderMethods for __T {}
996
997#[cfg(feature = "app-eventdemosequence")]
998impl EventDemoSequence_WeightFader {
999 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1000 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
1001 }
1002
1003 pub fn reset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1004 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
1005 }
1006
1007 pub fn get_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1008 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
1009 }
1010
1011 pub fn set_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1012 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
1013 }
1014
1015 pub fn tick_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1016 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
1017 }
1018}
1019
1020#[cfg(feature = "app-eventdemosequence")]
1021impl EventDemoSequence_WeightFader {
1022 #[doc = "`.ctor()` — no args"]
1023 pub fn new() -> Self {
1024 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
1025 panic!(
1026 "{}
1027::{}
1028 failed to instantiate",
1029 ::core::stringify!(EventDemoSequence_WeightFader),
1030 ::core::stringify!(new),
1031 )
1032 });
1033 <Self as IEventDemoSequence_WeightFaderMethods>::ctor(this);
1034 this
1035 }
1036}
1037
1038#[cfg(feature = "app-eventdemosequence")]
1039pub trait IEventDemoSequence_LightSetupInfoMethods: IEventDemoSequence_LightSetupInfo {
1040 #[doc = "`get_LightName()` overload"]
1041 fn get_light_name(self) -> ::unity::Il2CppString {
1042 unsafe {
1043 let __receiver =
1044 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1045 ::unity::il2cpp_call!((::unity::module_base()+0x1e56e90usize)as*mut u8, ::unity::Il2CppString;
1046(EventDemoSequence_LightSetupInfo)__receiver)
1047 }
1048 }
1049 #[doc = "`set_LightName(::unity::Il2CppString)` overload"]
1050 fn set_light_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1051 unsafe {
1052 let __receiver =
1053 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1054 ::unity::il2cpp_call!((::unity::module_base()+0x1e56ea0usize)as*mut u8,();
1055(EventDemoSequence_LightSetupInfo)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
1056 }
1057 }
1058 #[doc = "`get_RotOffset()` overload"]
1059 fn get_rot_offset(self) -> crate::unity_engine::vector3::Vector3 {
1060 unsafe {
1061 let __receiver =
1062 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1063 ::unity::il2cpp_call!((::unity::module_base()+0x1e56eb0usize)as*mut u8,crate::unity_engine::vector3::Vector3;
1064(EventDemoSequence_LightSetupInfo)__receiver)
1065 }
1066 }
1067 #[doc = "`set_RotOffset(crate::unity_engine::vector3::Vector3)` overload"]
1068 fn set_rot_offset(self, value: impl ::core::convert::Into<crate::unity_engine::vector3::Vector3>) -> () {
1069 unsafe {
1070 let __receiver =
1071 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1072 ::unity::il2cpp_call!((::unity::module_base()+0x1e56ec0usize)as*mut u8,();
1073(EventDemoSequence_LightSetupInfo)__receiver,(crate::unity_engine::vector3::Vector3)::core::convert::Into::into(value))
1074 }
1075 }
1076 #[doc = "`get_ParentCameraObject()` overload"]
1077 fn get_parent_camera_object(self) -> crate::unity_engine::gameobject::GameObject {
1078 unsafe {
1079 let __receiver =
1080 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1081 ::unity::il2cpp_call!((::unity::module_base()+0x1e56ed0usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
1082(EventDemoSequence_LightSetupInfo)__receiver)
1083 }
1084 }
1085 #[doc = "`set_ParentCameraObject(crate::unity_engine::gameobject::GameObject)` overload"]
1086 fn set_parent_camera_object(self, value: impl ::core::convert::Into<crate::unity_engine::gameobject::GameObject>) -> () {
1087 unsafe {
1088 let __receiver =
1089 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1090 ::unity::il2cpp_call!((::unity::module_base()+0x1e56ee0usize)as*mut u8,();
1091(EventDemoSequence_LightSetupInfo)__receiver,(crate::unity_engine::gameobject::GameObject)::core::convert::Into::into(value))
1092 }
1093 }
1094 #[doc = "`.ctor()` overload"]
1095 fn ctor(self) -> () {
1096 unsafe {
1097 let __receiver =
1098 <EventDemoSequence_LightSetupInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1099 ::unity::il2cpp_call!((::unity::module_base()+0x1e56ef0usize)as*mut u8,();
1100(EventDemoSequence_LightSetupInfo)__receiver)
1101 }
1102 }
1103}
1104
1105#[cfg(feature = "app-eventdemosequence")]
1106impl<__T: IEventDemoSequence_LightSetupInfo> IEventDemoSequence_LightSetupInfoMethods for __T {}
1107
1108#[cfg(feature = "app-eventdemosequence")]
1109impl EventDemoSequence_LightSetupInfo {
1110 pub fn get_light_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1111 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
1112 }
1113
1114 pub fn set_light_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1115 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
1116 }
1117
1118 pub fn get_rot_offset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1119 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
1120 }
1121
1122 pub fn set_rot_offset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1123 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
1124 }
1125
1126 pub fn get_parent_camera_object_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1127 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
1128 }
1129
1130 pub fn set_parent_camera_object_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1131 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
1132 }
1133
1134 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1135 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
1136 }
1137}
1138
1139#[cfg(feature = "app-eventdemosequence")]
1140impl EventDemoSequence_LightSetupInfo {
1141 #[doc = "`.ctor()` — no args"]
1142 pub fn new() -> Self {
1143 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
1144 panic!(
1145 "{}
1146::{}
1147 failed to instantiate",
1148 ::core::stringify!(EventDemoSequence_LightSetupInfo),
1149 ::core::stringify!(new),
1150 )
1151 });
1152 <Self as IEventDemoSequence_LightSetupInfoMethods>::ctor(this);
1153 this
1154 }
1155}
1156
1157#[cfg(feature = "app-eventdemosequence")]
1158impl EventDemoSequence {
1159 #[doc = "`FindGameObject(::unity::Il2CppString)` overload"]
1160 pub fn find_game_object(name: impl ::core::convert::Into<::unity::Il2CppString>) -> crate::unity_engine::gameobject::GameObject {
1161 unsafe {
1162 ::unity::il2cpp_call!((::unity::module_base()+0x24d5220usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
1163(::unity::Il2CppString)::core::convert::Into::into(name))
1164 }
1165 }
1166
1167 pub fn for_each_components<M0: ::unity::IlType + ::core::marker::Copy + ::unity::ClassIdentity>(
1168 action: impl ::core::convert::Into<crate::system::action_1::Action_1<M0>>,
1169 ) -> () {
1170 static OPEN: ::std::sync::LazyLock<::unity::Il2CppResult<&'static ::unity::il2cpp::MethodInfo>> = ::std::sync::LazyLock::new(|| {
1171 ::unity::lookup::method_info_on_class(<EventDemoSequence as ::unity::ClassIdentity>::class(), "ForEachComponents", 1)
1172 });
1173 #[allow(clippy::type_complexity)]
1174 static CACHE: ::std::sync::OnceLock<::std::sync::Mutex<::std::collections::HashMap<usize, &'static ::unity::il2cpp::MethodInfo>>> =
1175 ::std::sync::OnceLock::new();
1176 let _ = true;
1177 let __open: &'static ::unity::il2cpp::MethodInfo = match &*OPEN {
1178 ::core::result::Result::Ok(mi) => *mi,
1179 ::core::result::Result::Err(e) => {
1180 panic!(
1181 "method lookup failed: {}
1182::{}
1183: {}
1184",
1185 <EventDemoSequence as ::unity::ClassIdentity>::NAME,
1186 "ForEachComponents",
1187 e
1188 )
1189 },
1190 };
1191 let __cache = CACHE.get_or_init(|| ::std::sync::Mutex::new(::std::collections::HashMap::new()));
1192 let __key: usize = <M0 as ::unity::IlType>::il_type() as *const _ as usize;
1193 let __inflated: &'static ::unity::il2cpp::MethodInfo = {
1194 let mut __guard = __cache.lock().unwrap();
1195 *__guard
1196 .entry(__key)
1197 .or_insert_with(|| ::unity::il2cpp::generic::create_generic_method_info(__open, &[<M0 as ::unity::IlType>::il_type()]))
1198 };
1199 unsafe {
1200 let __f: extern "C" fn(crate::system::action_1::Action_1<M0>, ::unity::OptionalMethod) -> () =
1201 ::core::mem::transmute(__inflated.method_ptr);
1202 let __mi_opaque: &'static () = &*(__inflated as *const _ as *const ());
1203 __f(::core::convert::Into::into(action), ::core::option::Option::Some(__mi_opaque))
1204 }
1205 }
1206
1207 #[doc = "`CreateBind(crate::app::procinst::ProcInst, ::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1208 pub fn create_bind(
1209 super_: impl ::core::convert::Into<crate::app::procinst::ProcInst>,
1210 mess_file_name_without_ext: impl ::core::convert::Into<::unity::Il2CppString>,
1211 demo_name: impl ::core::convert::Into<::unity::Il2CppString>,
1212 ) -> () {
1213 unsafe {
1214 ::unity::il2cpp_call!((::unity::module_base()+0x24e0f90usize)as*mut u8,();
1215(crate::app::procinst::ProcInst)::core::convert::Into::into(super_),(::unity::Il2CppString)::core::convert::Into::into(mess_file_name_without_ext),(::unity::Il2CppString)::core::convert::Into::into(demo_name))
1216 }
1217 }
1218
1219 #[doc = "`GetGodRelianceMessFileName(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1220 pub fn get_god_reliance_mess_file_name(
1221 mess_file_name_without_ext: impl ::core::convert::Into<::unity::Il2CppString>,
1222 demo_name: impl ::core::convert::Into<::unity::Il2CppString>,
1223 ) -> ::unity::Il2CppString {
1224 unsafe {
1225 ::unity::il2cpp_call!((::unity::module_base()+0x24e17d0usize)as*mut u8, ::unity::Il2CppString;
1226(::unity::Il2CppString)::core::convert::Into::into(mess_file_name_without_ext),(::unity::Il2CppString)::core::convert::Into::into(demo_name))
1227 }
1228 }
1229}
1230
1231#[cfg(feature = "app-eventdemosequence")]
1232pub trait IEventDemoSequenceMethods: IEventDemoSequence {
1233 #[doc = "`AnalysisCmdText(::unity::Il2CppString)` overload"]
1234 fn analysis_cmd_text(
1235 self,
1236 cmd_texts: impl ::core::convert::Into<::unity::Il2CppString>,
1237 ) -> ::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo> {
1238 unsafe {
1239 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1240 ::unity::il2cpp_call!((::unity::module_base()+0x24d3af0usize)as*mut u8, ::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo> ;
1241(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(cmd_texts))
1242 }
1243 }
1244 #[doc = "`GetCmdInfoFromCmdLines(::unity::Il2CppString)` overload"]
1245 fn get_cmd_info_from_cmd_lines(
1246 self,
1247 cmd_line: impl ::core::convert::Into<::unity::Il2CppString>,
1248 ) -> crate::app::eventdemosequence::EventDemoSequence_CmdInfo {
1249 unsafe {
1250 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1251 ::unity::il2cpp_call!((::unity::module_base()+0x24d3c50usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_CmdInfo;
1252(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(cmd_line))
1253 }
1254 }
1255 #[doc = "`ExecEventCmd(::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>, i32)` overload"]
1256 fn exec_event_cmd(
1257 self,
1258 cmd_infos: impl ::core::convert::Into<::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>>,
1259 cmd_info_index: impl ::core::convert::Into<i32>,
1260 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1261 unsafe {
1262 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1263 ::unity::il2cpp_call!((::unity::module_base()+0x24d4130usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1264(EventDemoSequence)__receiver,(::unity::Array<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>)::core::convert::Into::into(cmd_infos),(i32)::core::convert::Into::into(cmd_info_index))
1265 }
1266 }
1267 #[doc = "`ExecEventCmdImpl(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1268 fn exec_event_cmd_impl(
1269 self,
1270 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1271 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1272 unsafe {
1273 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1274 ::unity::il2cpp_call!((::unity::module_base()+0x24d41b0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1275(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1276 }
1277 }
1278 #[doc = "`FuncLabel(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1279 fn func_label(
1280 self,
1281 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1282 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1283 unsafe {
1284 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1285 ::unity::il2cpp_call!((::unity::module_base()+0x24d4210usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1286(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1287 }
1288 }
1289 #[doc = "`FuncJump(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1290 fn func_jump(
1291 self,
1292 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1293 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1294 unsafe {
1295 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1296 ::unity::il2cpp_call!((::unity::module_base()+0x24d4220usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1297(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1298 }
1299 }
1300 #[doc = "`FuncWait(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1301 fn func_wait(
1302 self,
1303 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1304 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1305 unsafe {
1306 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1307 ::unity::il2cpp_call!((::unity::module_base()+0x24d4370usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1308(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1309 }
1310 }
1311 #[doc = "`FuncVariant(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1312 fn func_variant(
1313 self,
1314 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1315 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1316 unsafe {
1317 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1318 ::unity::il2cpp_call!((::unity::module_base()+0x24d44f0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1319(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1320 }
1321 }
1322 #[doc = "`SetBackGround(::unity::Il2CppString)` overload"]
1323 fn set_back_ground(self, sky_box_material_name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1324 unsafe {
1325 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1326 ::unity::il2cpp_call!((::unity::module_base()+0x24d4820usize)as*mut u8,();
1327(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(sky_box_material_name))
1328 }
1329 }
1330 #[doc = "`GetSkyBoxMaterialNameAuto(::unity::Il2CppString)` overload"]
1331 fn get_sky_box_material_name_auto(self, base_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1332 unsafe {
1333 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1334 ::unity::il2cpp_call!((::unity::module_base()+0x24d4990usize)as*mut u8, ::unity::Il2CppString;
1335(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(base_name))
1336 }
1337 }
1338 #[doc = "`FuncSetBackGround(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1339 fn func_set_back_ground(
1340 self,
1341 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1342 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1343 unsafe {
1344 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1345 ::unity::il2cpp_call!((::unity::module_base()+0x24d4be0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1346(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1347 }
1348 }
1349 #[doc = "`FuncSetBackGroundAuto(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1350 fn func_set_back_ground_auto(
1351 self,
1352 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1353 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1354 unsafe {
1355 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1356 ::unity::il2cpp_call!((::unity::module_base()+0x24d4c50usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1357(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1358 }
1359 }
1360 #[doc = "`DisableCameras()` overload"]
1361 fn disable_cameras(self) -> () {
1362 unsafe {
1363 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1364 ::unity::il2cpp_call!((::unity::module_base()+0x24d4cd0usize)as*mut u8,();
1365(EventDemoSequence)__receiver)
1366 }
1367 }
1368 #[doc = "`CreateCurrentCamera(::unity::Il2CppString, bool, bool)` overload"]
1369 fn create_current_camera(
1370 self,
1371 src_camera_name: impl ::core::convert::Into<::unity::Il2CppString>,
1372 is_chara_camera_target_hero_female: impl ::core::convert::Into<bool>,
1373 is_split_view_camera: impl ::core::convert::Into<bool>,
1374 ) -> crate::unity_engine::camera::Camera {
1375 unsafe {
1376 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1377 ::unity::il2cpp_call!((::unity::module_base()+0x24d4df0usize)as*mut u8,crate::unity_engine::camera::Camera;
1378(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(src_camera_name),(bool)::core::convert::Into::into(is_chara_camera_target_hero_female),(bool)::core::convert::Into::into(is_split_view_camera))
1379 }
1380 }
1381 #[doc = "`CreateCamera(::unity::Il2CppString, ::unity::Il2CppString, bool, bool)` overload"]
1382 fn create_camera(
1383 self,
1384 camera_name: impl ::core::convert::Into<::unity::Il2CppString>,
1385 src_camera_name: impl ::core::convert::Into<::unity::Il2CppString>,
1386 is_chara_camera_target_hero_female: impl ::core::convert::Into<bool>,
1387 is_split_view_camera: impl ::core::convert::Into<bool>,
1388 ) -> crate::unity_engine::camera::Camera {
1389 unsafe {
1390 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1391 ::unity::il2cpp_call!((::unity::module_base()+0x24d4e70usize)as*mut u8,crate::unity_engine::camera::Camera;
1392(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(camera_name),(::unity::Il2CppString)::core::convert::Into::into(src_camera_name),(bool)::core::convert::Into::into(is_chara_camera_target_hero_female),(bool)::core::convert::Into::into(is_split_view_camera))
1393 }
1394 }
1395 #[doc = "`GetSrcCamera(::unity::Il2CppString, bool)` overload"]
1396 fn get_src_camera(
1397 self,
1398 src_camera_name: impl ::core::convert::Into<::unity::Il2CppString>,
1399 is_warning: impl ::core::convert::Into<bool>,
1400 ) -> crate::unity_engine::camera::Camera {
1401 unsafe {
1402 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1403 ::unity::il2cpp_call!((::unity::module_base()+0x24d5420usize)as*mut u8,crate::unity_engine::camera::Camera;
1404(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(src_camera_name),(bool)::core::convert::Into::into(is_warning))
1405 }
1406 }
1407 #[doc = "`CreateParentObjectOfCamera(crate::unity_engine::camera::Camera)` overload"]
1408 fn create_parent_object_of_camera(
1409 self,
1410 camera: impl ::core::convert::Into<crate::unity_engine::camera::Camera>,
1411 ) -> crate::unity_engine::gameobject::GameObject {
1412 unsafe {
1413 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1414 ::unity::il2cpp_call!((::unity::module_base()+0x24d5580usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
1415(EventDemoSequence)__receiver,(crate::unity_engine::camera::Camera)::core::convert::Into::into(camera))
1416 }
1417 }
1418 #[doc = "`SetCameraForChara(crate::unity_engine::camera::Camera, crate::combat::character::Character)` overload"]
1419 fn set_camera_for_chara(
1420 self,
1421 camera: impl ::core::convert::Into<crate::unity_engine::camera::Camera>,
1422 character: impl ::core::convert::Into<crate::combat::character::Character>,
1423 ) -> () {
1424 unsafe {
1425 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1426 ::unity::il2cpp_call!((::unity::module_base()+0x24d5810usize)as*mut u8,();
1427(EventDemoSequence)__receiver,(crate::unity_engine::camera::Camera)::core::convert::Into::into(camera),(crate::combat::character::Character)::core::convert::Into::into(character))
1428 }
1429 }
1430 #[doc = "`GetCharacterCameraAdjustObject(crate::combat::character::Character)` overload"]
1431 fn get_character_camera_adjust_object(
1432 self,
1433 character: impl ::core::convert::Into<crate::combat::character::Character>,
1434 ) -> crate::unity_engine::gameobject::GameObject {
1435 unsafe {
1436 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1437 ::unity::il2cpp_call!((::unity::module_base()+0x24d59d0usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
1438(EventDemoSequence)__receiver,(crate::combat::character::Character)::core::convert::Into::into(character))
1439 }
1440 }
1441 #[doc = "`InitCharacterCameraAdjustTransform(crate::combat::character::Character)` overload"]
1442 fn init_character_camera_adjust_transform(self, character: impl ::core::convert::Into<crate::combat::character::Character>) -> () {
1443 unsafe {
1444 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1445 ::unity::il2cpp_call!((::unity::module_base()+0x24d5a40usize)as*mut u8,();
1446(EventDemoSequence)__receiver,(crate::combat::character::Character)::core::convert::Into::into(character))
1447 }
1448 }
1449 #[doc = "`SetCameraForScene(crate::unity_engine::camera::Camera)` overload"]
1450 fn set_camera_for_scene(self, camera: impl ::core::convert::Into<crate::unity_engine::camera::Camera>) -> () {
1451 unsafe {
1452 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1453 ::unity::il2cpp_call!((::unity::module_base()+0x24d5cc0usize)as*mut u8,();
1454(EventDemoSequence)__receiver,(crate::unity_engine::camera::Camera)::core::convert::Into::into(camera))
1455 }
1456 }
1457 #[doc = "`FuncCameraSetCharaCamera(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1458 fn func_camera_set_chara_camera(
1459 self,
1460 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1461 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1462 unsafe {
1463 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1464 ::unity::il2cpp_call!((::unity::module_base()+0x24d5d50usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1465(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1466 }
1467 }
1468 #[doc = "`SetCharaCameraNoDelay(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1469 fn set_chara_camera_no_delay(
1470 self,
1471 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1472 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1473 unsafe {
1474 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1475 ::unity::il2cpp_call!((::unity::module_base()+0x24d6040usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1476(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1477 }
1478 }
1479 #[doc = "`FuncCameraSetSceneCamera(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1480 fn func_camera_set_scene_camera(
1481 self,
1482 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1483 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1484 unsafe {
1485 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1486 ::unity::il2cpp_call!((::unity::module_base()+0x24d6b80usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1487(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1488 }
1489 }
1490 #[doc = "`SetSceneCameraNoDelay(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1491 fn set_scene_camera_no_delay(
1492 self,
1493 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1494 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1495 unsafe {
1496 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1497 ::unity::il2cpp_call!((::unity::module_base()+0x24d6e60usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1498(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1499 }
1500 }
1501 #[doc = "`GetSplitViewWork(::unity::Il2CppString, bool)` overload"]
1502 fn get_split_view_work(
1503 self,
1504 split_view_name: impl ::core::convert::Into<::unity::Il2CppString>,
1505 is_warning: impl ::core::convert::Into<bool>,
1506 ) -> crate::app::eventdemosequence::EventDemoSequence_SplitViewWork {
1507 unsafe {
1508 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1509 ::unity::il2cpp_call!((::unity::module_base()+0x24d7070usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_SplitViewWork;
1510(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(split_view_name),(bool)::core::convert::Into::into(is_warning))
1511 }
1512 }
1513 #[doc = "`FuncSplitViewBeginSplitViewCameraOnly(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1514 fn func_split_view_begin_split_view_camera_only(
1515 self,
1516 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1517 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1518 unsafe {
1519 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1520 ::unity::il2cpp_call!((::unity::module_base()+0x24d7120usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1521(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1522 }
1523 }
1524 #[doc = "`FuncSplitViewEndSplitViewCameraOnly(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1525 fn func_split_view_end_split_view_camera_only(
1526 self,
1527 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1528 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1529 unsafe {
1530 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1531 ::unity::il2cpp_call!((::unity::module_base()+0x24d7230usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1532(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1533 }
1534 }
1535 #[doc = "`FuncSplitViewCreate(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1536 fn func_split_view_create(
1537 self,
1538 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1539 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1540 unsafe {
1541 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1542 ::unity::il2cpp_call!((::unity::module_base()+0x24d7440usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1543(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1544 }
1545 }
1546 #[doc = "`FuncSplitViewSetCharaCamera(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1547 fn func_split_view_set_chara_camera(
1548 self,
1549 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1550 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1551 unsafe {
1552 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1553 ::unity::il2cpp_call!((::unity::module_base()+0x24d75e0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1554(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1555 }
1556 }
1557 #[doc = "`FuncSplitViewSetSceneCamera(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1558 fn func_split_view_set_scene_camera(
1559 self,
1560 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1561 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1562 unsafe {
1563 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1564 ::unity::il2cpp_call!((::unity::module_base()+0x24d7a40usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1565(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1566 }
1567 }
1568 #[doc = "`FuncSplitViewSetActive(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1569 fn func_split_view_set_active(
1570 self,
1571 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1572 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1573 unsafe {
1574 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1575 ::unity::il2cpp_call!((::unity::module_base()+0x24d7c90usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1576(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1577 }
1578 }
1579 #[doc = "`FuncSplitViewPlayAnim(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1580 fn func_split_view_play_anim(
1581 self,
1582 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1583 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1584 unsafe {
1585 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1586 ::unity::il2cpp_call!((::unity::module_base()+0x24d7e10usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1587(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1588 }
1589 }
1590 #[doc = "`FuncSplitViewWaitAnimEnd(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1591 fn func_split_view_wait_anim_end(
1592 self,
1593 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1594 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1595 unsafe {
1596 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1597 ::unity::il2cpp_call!((::unity::module_base()+0x24d7fc0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1598(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1599 }
1600 }
1601 #[doc = "`DisableLights()` overload"]
1602 fn disable_lights(self) -> () {
1603 unsafe {
1604 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1605 ::unity::il2cpp_call!((::unity::module_base()+0x24d8170usize)as*mut u8,();
1606(EventDemoSequence)__receiver)
1607 }
1608 }
1609 #[doc = "`SetupLight(crate::app::eventdemosequence::EventDemoSequence_LightSetupInfo)` overload"]
1610 fn setup_light(self, light_setup_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_LightSetupInfo>) -> () {
1611 unsafe {
1612 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1613 ::unity::il2cpp_call!((::unity::module_base()+0x24d67c0usize)as*mut u8,();
1614(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_LightSetupInfo)::core::convert::Into::into(light_setup_info))
1615 }
1616 }
1617 #[doc = "`FuncLightSetup(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1618 fn func_light_setup(
1619 self,
1620 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1621 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1622 unsafe {
1623 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1624 ::unity::il2cpp_call!((::unity::module_base()+0x24d8290usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1625(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1626 }
1627 }
1628 #[doc = "`FuncLightSetupAuto(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1629 fn func_light_setup_auto(
1630 self,
1631 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1632 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1633 unsafe {
1634 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1635 ::unity::il2cpp_call!((::unity::module_base()+0x24d86c0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1636(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1637 }
1638 }
1639 #[doc = "`SetLightCommon(::unity::Il2CppString, crate::unity_engine::vector3::Vector3)` overload"]
1640 fn set_light_common(
1641 self,
1642 light_name: impl ::core::convert::Into<::unity::Il2CppString>,
1643 rot_offset: impl ::core::convert::Into<crate::unity_engine::vector3::Vector3>,
1644 ) -> () {
1645 unsafe {
1646 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1647 ::unity::il2cpp_call!((::unity::module_base()+0x24d85b0usize)as*mut u8,();
1648(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(light_name),(crate::unity_engine::vector3::Vector3)::core::convert::Into::into(rot_offset))
1649 }
1650 }
1651 #[doc = "`FuncFadeIn(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1652 fn func_fade_in(
1653 self,
1654 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1655 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1656 unsafe {
1657 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1658 ::unity::il2cpp_call!((::unity::module_base()+0x24d8910usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1659(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1660 }
1661 }
1662 #[doc = "`FuncFadeOut(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1663 fn func_fade_out(
1664 self,
1665 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1666 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1667 unsafe {
1668 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1669 ::unity::il2cpp_call!((::unity::module_base()+0x24d8b60usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1670(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1671 }
1672 }
1673 #[doc = "`FuncWhiteFadeIn(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1674 fn func_white_fade_in(
1675 self,
1676 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1677 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1678 unsafe {
1679 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1680 ::unity::il2cpp_call!((::unity::module_base()+0x24d8ba0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1681(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1682 }
1683 }
1684 #[doc = "`FuncWhiteFadeOut(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1685 fn func_white_fade_out(
1686 self,
1687 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1688 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1689 unsafe {
1690 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1691 ::unity::il2cpp_call!((::unity::module_base()+0x24d8be0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1692(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1693 }
1694 }
1695 #[doc = "`FadeInOutImpl(crate::app::eventdemosequence::EventDemoSequence_CmdInfo, crate::unity_engine::color::Color, bool)` overload"]
1696 fn fade_in_out_impl(
1697 self,
1698 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1699 color: impl ::core::convert::Into<crate::unity_engine::color::Color>,
1700 is_fade_in: impl ::core::convert::Into<bool>,
1701 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1702 unsafe {
1703 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1704 ::unity::il2cpp_call!((::unity::module_base()+0x24d8950usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1705(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info),(crate::unity_engine::color::Color)::core::convert::Into::into(color),(bool)::core::convert::Into::into(is_fade_in))
1706 }
1707 }
1708 #[doc = "`GetCharacterWork(::unity::Il2CppString, bool)` overload"]
1709 fn get_character_work(
1710 self,
1711 pid: impl ::core::convert::Into<::unity::Il2CppString>,
1712 is_warning: impl ::core::convert::Into<bool>,
1713 ) -> crate::app::eventdemosequence::EventDemoSequence_CharacterWork {
1714 unsafe {
1715 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1716 ::unity::il2cpp_call!((::unity::module_base()+0x24d6650usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_CharacterWork;
1717(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid),(bool)::core::convert::Into::into(is_warning))
1718 }
1719 }
1720 #[doc = "`GetCharacterAppearance(::unity::Il2CppString, bool)` overload"]
1721 fn get_character_appearance(
1722 self,
1723 pid: impl ::core::convert::Into<::unity::Il2CppString>,
1724 is_warning: impl ::core::convert::Into<bool>,
1725 ) -> crate::combat::characterappearance::CharacterAppearance {
1726 unsafe {
1727 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1728 ::unity::il2cpp_call!((::unity::module_base()+0x24d6470usize)as*mut u8,crate::combat::characterappearance::CharacterAppearance;
1729(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid),(bool)::core::convert::Into::into(is_warning))
1730 }
1731 }
1732 #[doc = "`GetCharacterLocator(::unity::Il2CppString, bool)` overload"]
1733 fn get_character_locator(
1734 self,
1735 pid: impl ::core::convert::Into<::unity::Il2CppString>,
1736 is_warning: impl ::core::convert::Into<bool>,
1737 ) -> crate::unity_engine::gameobject::GameObject {
1738 unsafe {
1739 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1740 ::unity::il2cpp_call!((::unity::module_base()+0x24d8c20usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
1741(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid),(bool)::core::convert::Into::into(is_warning))
1742 }
1743 }
1744 #[doc = "`GetCharacter(::unity::Il2CppString, bool)` overload"]
1745 fn get_character(
1746 self,
1747 pid: impl ::core::convert::Into<::unity::Il2CppString>,
1748 is_warning: impl ::core::convert::Into<bool>,
1749 ) -> crate::combat::character::Character {
1750 unsafe {
1751 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1752 ::unity::il2cpp_call!((::unity::module_base()+0x24d6530usize)as*mut u8,crate::combat::character::Character;
1753(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid),(bool)::core::convert::Into::into(is_warning))
1754 }
1755 }
1756 #[doc = "`FindCharacterLocator(::unity::Il2CppString)` overload"]
1757 fn find_character_locator(self, pos_string: impl ::core::convert::Into<::unity::Il2CppString>) -> crate::unity_engine::gameobject::GameObject {
1758 unsafe {
1759 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1760 ::unity::il2cpp_call!((::unity::module_base()+0x24d8d40usize)as*mut u8,crate::unity_engine::gameobject::GameObject;
1761(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pos_string))
1762 }
1763 }
1764 #[doc = "`PlayCharacterAnim(crate::combat::character::Character, ::unity::Il2CppString, ::unity::Il2CppString, f32)` overload"]
1765 fn play_character_anim(
1766 self,
1767 character: impl ::core::convert::Into<crate::combat::character::Character>,
1768 facial_anim_name: impl ::core::convert::Into<::unity::Il2CppString>,
1769 body_anim_name: impl ::core::convert::Into<::unity::Il2CppString>,
1770 transition_duration: impl ::core::convert::Into<f32>,
1771 ) -> () {
1772 unsafe {
1773 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1774 ::unity::il2cpp_call!((::unity::module_base()+0x24d9140usize)as*mut u8,();
1775(EventDemoSequence)__receiver,(crate::combat::character::Character)::core::convert::Into::into(character),(::unity::Il2CppString)::core::convert::Into::into(facial_anim_name),(::unity::Il2CppString)::core::convert::Into::into(body_anim_name),(f32)::core::convert::Into::into(transition_duration))
1776 }
1777 }
1778 #[doc = "`GetAssetTable(::unity::Il2CppString, crate::app::eventdemosequence::EventDemoSequence_ClothType)` overload"]
1779 fn get_asset_table(
1780 self,
1781 pid: impl ::core::convert::Into<::unity::Il2CppString>,
1782 cloth_type: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_ClothType>,
1783 ) -> crate::app::assettable::AssetTable_Result {
1784 unsafe {
1785 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1786 ::unity::il2cpp_call!((::unity::module_base()+0x24d9240usize)as*mut u8,crate::app::assettable::AssetTable_Result;
1787(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid),(crate::app::eventdemosequence::EventDemoSequence_ClothType)::core::convert::Into::into(cloth_type))
1788 }
1789 }
1790 #[doc = "`FuncCharacterCreate(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1791 fn func_character_create(
1792 self,
1793 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1794 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1795 unsafe {
1796 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1797 ::unity::il2cpp_call!((::unity::module_base()+0x24d9390usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1798(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1799 }
1800 }
1801 #[doc = "`FuncCharacterDelete(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1802 fn func_character_delete(
1803 self,
1804 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1805 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1806 unsafe {
1807 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1808 ::unity::il2cpp_call!((::unity::module_base()+0x24d9bc0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1809(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1810 }
1811 }
1812 #[doc = "`FuncCharacterAdjustPos(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1813 fn func_character_adjust_pos(
1814 self,
1815 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1816 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1817 unsafe {
1818 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1819 ::unity::il2cpp_call!((::unity::module_base()+0x24d9d40usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1820(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1821 }
1822 }
1823 #[doc = "`FuncCharacterShowHide(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1824 fn func_character_show_hide(
1825 self,
1826 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1827 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1828 unsafe {
1829 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1830 ::unity::il2cpp_call!((::unity::module_base()+0x24da3b0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1831(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1832 }
1833 }
1834 #[doc = "`FuncCharacterSetAnimator(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1835 fn func_character_set_animator(
1836 self,
1837 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1838 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1839 unsafe {
1840 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1841 ::unity::il2cpp_call!((::unity::module_base()+0x24da6c0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1842(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1843 }
1844 }
1845 #[doc = "`FuncCharacterPlayMotion(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1846 fn func_character_play_motion(
1847 self,
1848 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1849 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1850 unsafe {
1851 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1852 ::unity::il2cpp_call!((::unity::module_base()+0x24daab0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1853(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1854 }
1855 }
1856 #[doc = "`FuncCharacterWaitMotion(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1857 fn func_character_wait_motion(
1858 self,
1859 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1860 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1861 unsafe {
1862 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1863 ::unity::il2cpp_call!((::unity::module_base()+0x24db100usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1864(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1865 }
1866 }
1867 #[doc = "`SetCharacterAngle(crate::combat::character::Character, crate::combat::character::Character, crate::combat::character::Character)` overload"]
1868 fn set_character_angle(
1869 self,
1870 character_self: impl ::core::convert::Into<crate::combat::character::Character>,
1871 character_eye_target: impl ::core::convert::Into<crate::combat::character::Character>,
1872 character_head_target: impl ::core::convert::Into<crate::combat::character::Character>,
1873 ) -> () {
1874 unsafe {
1875 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1876 ::unity::il2cpp_call!((::unity::module_base()+0x24db3b0usize)as*mut u8,();
1877(EventDemoSequence)__receiver,(crate::combat::character::Character)::core::convert::Into::into(character_self),(crate::combat::character::Character)::core::convert::Into::into(character_eye_target),(crate::combat::character::Character)::core::convert::Into::into(character_head_target))
1878 }
1879 }
1880 #[doc = "`FuncCharacterSetAngle(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1881 fn func_character_set_angle(
1882 self,
1883 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1884 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1885 unsafe {
1886 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1887 ::unity::il2cpp_call!((::unity::module_base()+0x24db6f0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1888(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1889 }
1890 }
1891 #[doc = "`SetCharacterAngle(::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1892 fn set_character_angle_2(
1893 self,
1894 self_pid: impl ::core::convert::Into<::unity::Il2CppString>,
1895 eye_target_pid: impl ::core::convert::Into<::unity::Il2CppString>,
1896 head_target_pid: impl ::core::convert::Into<::unity::Il2CppString>,
1897 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1898 unsafe {
1899 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1900 ::unity::il2cpp_call!((::unity::module_base()+0x24dbae0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1901(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(self_pid),(::unity::Il2CppString)::core::convert::Into::into(eye_target_pid),(::unity::Il2CppString)::core::convert::Into::into(head_target_pid))
1902 }
1903 }
1904 #[doc = "`FuncCharacterResetAngle(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1905 fn func_character_reset_angle(
1906 self,
1907 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1908 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1909 unsafe {
1910 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1911 ::unity::il2cpp_call!((::unity::module_base()+0x24dbda0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1912(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1913 }
1914 }
1915 #[doc = "`FuncCharacterSetRotate(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1916 fn func_character_set_rotate(
1917 self,
1918 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1919 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1920 unsafe {
1921 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1922 ::unity::il2cpp_call!((::unity::module_base()+0x24dc0a0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1923(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1924 }
1925 }
1926 #[doc = "`SetCharacterRotate(crate::combat::character::Character, crate::app::eventdemosequence::EventDemoSequence_CharacterWork, f32, f32)` overload"]
1927 fn set_character_rotate(
1928 self,
1929 character: impl ::core::convert::Into<crate::combat::character::Character>,
1930 character_work: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CharacterWork>,
1931 rotate_y: impl ::core::convert::Into<f32>,
1932 sec: impl ::core::convert::Into<f32>,
1933 ) -> () {
1934 unsafe {
1935 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1936 ::unity::il2cpp_call!((::unity::module_base()+0x24dc6a0usize)as*mut u8,();
1937(EventDemoSequence)__receiver,(crate::combat::character::Character)::core::convert::Into::into(character),(crate::app::eventdemosequence::EventDemoSequence_CharacterWork)::core::convert::Into::into(character_work),(f32)::core::convert::Into::into(rotate_y),(f32)::core::convert::Into::into(sec))
1938 }
1939 }
1940 #[doc = "`FuncCharacterEquipWeapon(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1941 fn func_character_equip_weapon(
1942 self,
1943 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1944 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1945 unsafe {
1946 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1947 ::unity::il2cpp_call!((::unity::module_base()+0x24dc780usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1948(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1949 }
1950 }
1951 #[doc = "`FuncCharacterEquipNoWeapon(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1952 fn func_character_equip_no_weapon(
1953 self,
1954 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1955 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1956 unsafe {
1957 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1958 ::unity::il2cpp_call!((::unity::module_base()+0x24dcc50usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1959(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1960 }
1961 }
1962 #[doc = "`FuncCharacterEquipFishingRod(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1963 fn func_character_equip_fishing_rod(
1964 self,
1965 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1966 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1967 unsafe {
1968 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1969 ::unity::il2cpp_call!((::unity::module_base()+0x24dce70usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1970(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1971 }
1972 }
1973 #[doc = "`FuncCharacterEquipNoFishingRod(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1974 fn func_character_equip_no_fishing_rod(
1975 self,
1976 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
1977 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
1978 unsafe {
1979 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1980 ::unity::il2cpp_call!((::unity::module_base()+0x24dd230usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
1981(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
1982 }
1983 }
1984 #[doc = "`GetEffectWork(::unity::Il2CppString, bool)` overload"]
1985 fn get_effect_work(
1986 self,
1987 effect_name: impl ::core::convert::Into<::unity::Il2CppString>,
1988 is_warning: impl ::core::convert::Into<bool>,
1989 ) -> crate::app::eventdemosequence::EventDemoSequence_EffectWork {
1990 unsafe {
1991 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1992 ::unity::il2cpp_call!((::unity::module_base()+0x24dd460usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EffectWork;
1993(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(effect_name),(bool)::core::convert::Into::into(is_warning))
1994 }
1995 }
1996 #[doc = "`FuncCreateEffect(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
1997 fn func_create_effect(
1998 self,
1999 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2000 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2001 unsafe {
2002 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2003 ::unity::il2cpp_call!((::unity::module_base()+0x24dd510usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2004(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2005 }
2006 }
2007 #[doc = "`FuncDeleteEffect(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2008 fn func_delete_effect(
2009 self,
2010 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2011 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2012 unsafe {
2013 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2014 ::unity::il2cpp_call!((::unity::module_base()+0x24dd640usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2015(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2016 }
2017 }
2018 #[doc = "`DeleteTelopEffect()` overload"]
2019 fn delete_telop_effect(self) -> () {
2020 unsafe {
2021 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2022 ::unity::il2cpp_call!((::unity::module_base()+0x24dd740usize)as*mut u8,();
2023(EventDemoSequence)__receiver)
2024 }
2025 }
2026 #[doc = "`FuncCreateTelopEffect(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2027 fn func_create_telop_effect(
2028 self,
2029 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2030 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2031 unsafe {
2032 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2033 ::unity::il2cpp_call!((::unity::module_base()+0x24dd7f0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2034(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2035 }
2036 }
2037 #[doc = "`FuncDeleteTelopEffect(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2038 fn func_delete_telop_effect(
2039 self,
2040 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2041 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2042 unsafe {
2043 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2044 ::unity::il2cpp_call!((::unity::module_base()+0x24dd970usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2045(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2046 }
2047 }
2048 #[doc = "`FuncPausePuppetTalk(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2049 fn func_pause_puppet_talk(
2050 self,
2051 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2052 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2053 unsafe {
2054 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2055 ::unity::il2cpp_call!((::unity::module_base()+0x24dda10usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2056(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2057 }
2058 }
2059 #[doc = "`FuncMessageLoad(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2060 fn func_message_load(
2061 self,
2062 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2063 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2064 unsafe {
2065 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2066 ::unity::il2cpp_call!((::unity::module_base()+0x24ddad0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2067(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2068 }
2069 }
2070 #[doc = "`FuncTalkFaceBegin(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2071 fn func_talk_face_begin(
2072 self,
2073 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2074 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2075 unsafe {
2076 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2077 ::unity::il2cpp_call!((::unity::module_base()+0x24ddbf0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2078(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2079 }
2080 }
2081 #[doc = "`FuncPictureShow(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2082 fn func_picture_show(
2083 self,
2084 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2085 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2086 unsafe {
2087 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2088 ::unity::il2cpp_call!((::unity::module_base()+0x24ddc30usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2089(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2090 }
2091 }
2092 #[doc = "`FuncPictureHide(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2093 fn func_picture_hide(
2094 self,
2095 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2096 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2097 unsafe {
2098 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2099 ::unity::il2cpp_call!((::unity::module_base()+0x24ddf50usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2100(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2101 }
2102 }
2103 #[doc = "`FuncChapterTitleShow(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2104 fn func_chapter_title_show(
2105 self,
2106 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2107 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2108 unsafe {
2109 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2110 ::unity::il2cpp_call!((::unity::module_base()+0x24de0c0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2111(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2112 }
2113 }
2114 #[doc = "`FuncSoundEvent(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)` overload"]
2115 fn func_sound_event(
2116 self,
2117 cmd_info: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdInfo>,
2118 ) -> crate::app::eventdemosequence::EventDemoSequence_EventCmdResult {
2119 unsafe {
2120 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2121 ::unity::il2cpp_call!((::unity::module_base()+0x24de1e0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_EventCmdResult;
2122(EventDemoSequence)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdInfo)::core::convert::Into::into(cmd_info))
2123 }
2124 }
2125 #[doc = "`SetupCommnads()` overload"]
2126 fn setup_commnads(self) -> () {
2127 unsafe {
2128 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2129 ::unity::il2cpp_call!((::unity::module_base()+0x24de270usize)as*mut u8,();
2130(EventDemoSequence)__receiver)
2131 }
2132 }
2133 #[doc = "`.ctor(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
2134 fn ctor(
2135 self,
2136 mess_file_name_without_ext: impl ::core::convert::Into<::unity::Il2CppString>,
2137 demo_name: impl ::core::convert::Into<::unity::Il2CppString>,
2138 ) -> () {
2139 unsafe {
2140 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2141 ::unity::il2cpp_call!((::unity::module_base()+0x24df3f0usize)as*mut u8,();
2142(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(mess_file_name_without_ext),(::unity::Il2CppString)::core::convert::Into::into(demo_name))
2143 }
2144 }
2145 #[doc = "`OnCreate()` overload"]
2146 fn on_create(self) -> () {
2147 unsafe {
2148 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2149 {
2150 let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
2151 let __vi = *__vt.get(9usize).unwrap_or_else(|| {
2152 panic!(
2153 "unity: virtual slot {}
2154 out of range (vtable len {}
2155) on the runtime class behind {}
2156 (method `{}
2157`)",
2158 9usize,
2159 __vt.len(),
2160 <EventDemoSequence as ::unity::ClassIdentity>::NAME,
2161 "OnCreate",
2162 )
2163 });
2164 let __inner: extern "C" fn(EventDemoSequence, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
2165 let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
2166 __inner(__receiver, __mi)
2167 }
2168 }
2169 }
2170 #[doc = "`OnDispose()` overload"]
2171 fn on_dispose(self) -> () {
2172 unsafe {
2173 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2174 {
2175 let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
2176 let __vi = *__vt.get(10usize).unwrap_or_else(|| {
2177 panic!(
2178 "unity: virtual slot {}
2179 out of range (vtable len {}
2180) on the runtime class behind {}
2181 (method `{}
2182`)",
2183 10usize,
2184 __vt.len(),
2185 <EventDemoSequence as ::unity::ClassIdentity>::NAME,
2186 "OnDispose",
2187 )
2188 });
2189 let __inner: extern "C" fn(EventDemoSequence, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
2190 let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
2191 __inner(__receiver, __mi)
2192 }
2193 }
2194 }
2195 #[doc = "`IsSkip()` overload"]
2196 fn is_skip(self) -> bool {
2197 unsafe {
2198 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2199 ::unity::il2cpp_call!((::unity::module_base()+0x24d44b0usize)as*mut u8,bool;
2200(EventDemoSequence)__receiver)
2201 }
2202 }
2203 #[doc = "`IsHeroFemale()` overload"]
2204 fn is_hero_female(self) -> bool {
2205 unsafe {
2206 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2207 ::unity::il2cpp_call!((::unity::module_base()+0x24d53b0usize)as*mut u8,bool;
2208(EventDemoSequence)__receiver)
2209 }
2210 }
2211 #[doc = "`IsPidHero(::unity::Il2CppString)` overload"]
2212 fn is_pid_hero(self, pid: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
2213 unsafe {
2214 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2215 ::unity::il2cpp_call!((::unity::module_base()+0x24d6700usize)as*mut u8,bool;
2216(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pid))
2217 }
2218 }
2219 #[doc = "`IsLoading()` overload"]
2220 fn is_loading(self) -> bool {
2221 unsafe {
2222 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2223 ::unity::il2cpp_call!((::unity::module_base()+0x24dfa40usize)as*mut u8,bool;
2224(EventDemoSequence)__receiver)
2225 }
2226 }
2227 #[doc = "`PushFade()` overload"]
2228 fn push_fade(self) -> () {
2229 unsafe {
2230 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2231 ::unity::il2cpp_call!((::unity::module_base()+0x24e00a0usize)as*mut u8,();
2232(EventDemoSequence)__receiver)
2233 }
2234 }
2235 #[doc = "`PopFade()` overload"]
2236 fn pop_fade(self) -> () {
2237 unsafe {
2238 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2239 ::unity::il2cpp_call!((::unity::module_base()+0x24e0170usize)as*mut u8,();
2240(EventDemoSequence)__receiver)
2241 }
2242 }
2243 #[doc = "`Init()` overload"]
2244 fn init(self) -> () {
2245 unsafe {
2246 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2247 ::unity::il2cpp_call!((::unity::module_base()+0x24e01f0usize)as*mut u8,();
2248(EventDemoSequence)__receiver)
2249 }
2250 }
2251 #[doc = "`End()` overload"]
2252 fn end(self) -> () {
2253 unsafe {
2254 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2255 ::unity::il2cpp_call!((::unity::module_base()+0x24e0370usize)as*mut u8,();
2256(EventDemoSequence)__receiver)
2257 }
2258 }
2259 #[doc = "`LoadEventCmd()` overload"]
2260 fn load_event_cmd(self) -> () {
2261 unsafe {
2262 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2263 ::unity::il2cpp_call!((::unity::module_base()+0x24e04a0usize)as*mut u8,();
2264(EventDemoSequence)__receiver)
2265 }
2266 }
2267 #[doc = "`UnloadEventCmd()` overload"]
2268 fn unload_event_cmd(self) -> () {
2269 unsafe {
2270 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2271 ::unity::il2cpp_call!((::unity::module_base()+0x24e0630usize)as*mut u8,();
2272(EventDemoSequence)__receiver)
2273 }
2274 }
2275 #[doc = "`LoadDemoScene()` overload"]
2276 fn load_demo_scene(self) -> () {
2277 unsafe {
2278 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2279 ::unity::il2cpp_call!((::unity::module_base()+0x24e06a0usize)as*mut u8,();
2280(EventDemoSequence)__receiver)
2281 }
2282 }
2283 #[doc = "`UnloadDemoScene()` overload"]
2284 fn unload_demo_scene(self) -> () {
2285 unsafe {
2286 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2287 ::unity::il2cpp_call!((::unity::module_base()+0x24e0730usize)as*mut u8,();
2288(EventDemoSequence)__receiver)
2289 }
2290 }
2291 #[doc = "`InitAfterLoadScene()` overload"]
2292 fn init_after_load_scene(self) -> () {
2293 unsafe {
2294 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2295 ::unity::il2cpp_call!((::unity::module_base()+0x24e07e0usize)as*mut u8,();
2296(EventDemoSequence)__receiver)
2297 }
2298 }
2299 #[doc = "`Tick()` overload"]
2300 fn tick(self) -> () {
2301 unsafe {
2302 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2303 ::unity::il2cpp_call!((::unity::module_base()+0x24e08c0usize)as*mut u8,();
2304(EventDemoSequence)__receiver)
2305 }
2306 }
2307 #[doc = "`TickImpl(::unity::Il2CppString)` overload"]
2308 fn tick_impl(self, label: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
2309 unsafe {
2310 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2311 ::unity::il2cpp_call!((::unity::module_base()+0x24e09c0usize)as*mut u8,bool;
2312(EventDemoSequence)__receiver,(::unity::Il2CppString)::core::convert::Into::into(label))
2313 }
2314 }
2315 #[doc = "`Persistent()` overload"]
2316 fn persistent(self) -> () {
2317 unsafe {
2318 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2319 ::unity::il2cpp_call!((::unity::module_base()+0x24e0cf0usize)as*mut u8,();
2320(EventDemoSequence)__receiver)
2321 }
2322 }
2323 #[doc = "`OnShutdown()` overload"]
2324 fn on_shutdown(self) -> () {
2325 unsafe {
2326 let __receiver = <EventDemoSequence as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2327 {
2328 let __vt = ::unity::Cast::get_class(__receiver).raw().get_vtable();
2329 let __vi = *__vt.get(15usize).unwrap_or_else(|| {
2330 panic!(
2331 "unity: virtual slot {}
2332 out of range (vtable len {}
2333) on the runtime class behind {}
2334 (method `{}
2335`)",
2336 15usize,
2337 __vt.len(),
2338 <EventDemoSequence as ::unity::ClassIdentity>::NAME,
2339 "OnShutdown",
2340 )
2341 });
2342 let __inner: extern "C" fn(EventDemoSequence, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__vi.method_ptr);
2343 let __mi: ::unity::OptionalMethod = ::core::option::Option::Some(&*(__vi.method_info as *const ::unity::MethodInfo as *const ()));
2344 __inner(__receiver, __mi)
2345 }
2346 }
2347 }
2348}
2349
2350#[cfg(feature = "app-eventdemosequence")]
2351impl<__T: IEventDemoSequence> IEventDemoSequenceMethods for __T {}
2352
2353#[cfg(feature = "app-eventdemosequence")]
2354impl EventDemoSequence {
2355 pub fn analysis_cmd_text_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2356 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
2357 }
2358
2359 pub fn get_cmd_info_from_cmd_lines_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2360 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
2361 }
2362
2363 pub fn exec_event_cmd_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2364 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
2365 }
2366
2367 pub fn exec_event_cmd_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2368 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
2369 }
2370
2371 pub fn func_label_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2372 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
2373 }
2374
2375 pub fn func_jump_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2376 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
2377 }
2378
2379 pub fn func_wait_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2380 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
2381 }
2382
2383 pub fn func_variant_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2384 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
2385 }
2386
2387 pub fn set_back_ground_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2388 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
2389 }
2390
2391 pub fn get_sky_box_material_name_auto_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2392 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
2393 }
2394
2395 pub fn func_set_back_ground_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2396 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
2397 }
2398
2399 pub fn func_set_back_ground_auto_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2400 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
2401 }
2402
2403 pub fn disable_cameras_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2404 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
2405 }
2406
2407 pub fn create_current_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2408 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
2409 }
2410
2411 pub fn create_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2412 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
2413 }
2414
2415 pub fn get_src_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2416 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
2417 }
2418
2419 pub fn create_parent_object_of_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2420 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
2421 }
2422
2423 pub fn set_camera_for_chara_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2424 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
2425 }
2426
2427 pub fn get_character_camera_adjust_object_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2428 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
2429 }
2430
2431 pub fn init_character_camera_adjust_transform_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2432 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
2433 }
2434
2435 pub fn set_camera_for_scene_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2436 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
2437 }
2438
2439 pub fn func_camera_set_chara_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2440 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
2441 }
2442
2443 pub fn set_chara_camera_no_delay_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2444 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
2445 }
2446
2447 pub fn func_camera_set_scene_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2448 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
2449 }
2450
2451 pub fn set_scene_camera_no_delay_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2452 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
2453 }
2454
2455 pub fn get_split_view_work_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2456 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
2457 }
2458
2459 pub fn func_split_view_begin_split_view_camera_only_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2460 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
2461 }
2462
2463 pub fn func_split_view_end_split_view_camera_only_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2464 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
2465 }
2466
2467 pub fn func_split_view_create_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2468 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
2469 }
2470
2471 pub fn func_split_view_set_chara_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2472 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
2473 }
2474
2475 pub fn func_split_view_set_scene_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2476 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
2477 }
2478
2479 pub fn func_split_view_set_active_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2480 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
2481 }
2482
2483 pub fn func_split_view_play_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2484 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
2485 }
2486
2487 pub fn func_split_view_wait_anim_end_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2488 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
2489 }
2490
2491 pub fn disable_lights_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2492 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
2493 }
2494
2495 pub fn setup_light_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2496 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
2497 }
2498
2499 pub fn func_light_setup_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2500 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
2501 }
2502
2503 pub fn func_light_setup_auto_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2504 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
2505 }
2506
2507 pub fn set_light_common_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2508 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
2509 }
2510
2511 pub fn func_fade_in_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2512 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
2513 }
2514
2515 pub fn func_fade_out_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2516 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
2517 }
2518
2519 pub fn func_white_fade_in_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2520 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
2521 }
2522
2523 pub fn func_white_fade_out_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2524 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
2525 }
2526
2527 pub fn fade_in_out_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2528 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
2529 }
2530
2531 pub fn get_character_work_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2532 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
2533 }
2534
2535 pub fn get_character_appearance_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2536 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
2537 }
2538
2539 pub fn get_character_locator_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2540 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
2541 }
2542
2543 pub fn get_character_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2544 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
2545 }
2546
2547 pub fn find_character_locator_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2548 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
2549 }
2550
2551 pub fn play_character_anim_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2552 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
2553 }
2554
2555 pub fn get_asset_table_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2556 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
2557 }
2558
2559 pub fn func_character_create_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2560 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
2561 }
2562
2563 pub fn func_character_delete_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2564 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
2565 }
2566
2567 pub fn func_character_adjust_pos_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2568 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
2569 }
2570
2571 pub fn func_character_show_hide_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2572 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
2573 }
2574
2575 pub fn func_character_set_animator_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2576 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
2577 }
2578
2579 pub fn func_character_play_motion_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2580 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
2581 }
2582
2583 pub fn func_character_wait_motion_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2584 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
2585 }
2586
2587 pub fn set_character_angle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2588 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
2589 }
2590
2591 pub fn func_character_set_angle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2592 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
2593 }
2594
2595 pub fn set_character_angle_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2596 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
2597 }
2598
2599 pub fn func_character_reset_angle_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2600 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
2601 }
2602
2603 pub fn func_character_set_rotate_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2604 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
2605 }
2606
2607 pub fn set_character_rotate_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2608 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
2609 }
2610
2611 pub fn func_character_equip_weapon_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2612 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
2613 }
2614
2615 pub fn func_character_equip_no_weapon_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2616 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
2617 }
2618
2619 pub fn func_character_equip_fishing_rod_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2620 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
2621 }
2622
2623 pub fn func_character_equip_no_fishing_rod_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2624 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
2625 }
2626
2627 pub fn get_effect_work_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2628 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
2629 }
2630
2631 pub fn func_create_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2632 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
2633 }
2634
2635 pub fn func_delete_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2636 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
2637 }
2638
2639 pub fn delete_telop_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2640 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
2641 }
2642
2643 pub fn func_create_telop_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2644 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
2645 }
2646
2647 pub fn func_delete_telop_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2648 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
2649 }
2650
2651 pub fn func_pause_puppet_talk_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2652 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
2653 }
2654
2655 pub fn func_message_load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2656 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
2657 }
2658
2659 pub fn func_talk_face_begin_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2660 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[76]
2661 }
2662
2663 pub fn func_picture_show_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2664 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[77]
2665 }
2666
2667 pub fn func_picture_hide_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2668 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[78]
2669 }
2670
2671 pub fn func_chapter_title_show_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2672 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[79]
2673 }
2674
2675 pub fn func_sound_event_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2676 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[80]
2677 }
2678
2679 pub fn setup_commnads_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2680 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[81]
2681 }
2682
2683 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2684 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[82]
2685 }
2686
2687 pub fn find_game_object_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2688 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[83]
2689 }
2690
2691 pub fn on_create_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2692 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[85]
2693 }
2694
2695 pub fn on_dispose_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2696 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[86]
2697 }
2698
2699 pub fn is_skip_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2700 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[87]
2701 }
2702
2703 pub fn is_hero_female_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2704 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[88]
2705 }
2706
2707 pub fn is_pid_hero_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2708 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[89]
2709 }
2710
2711 pub fn is_loading_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2712 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[90]
2713 }
2714
2715 pub fn push_fade_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2716 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[91]
2717 }
2718
2719 pub fn pop_fade_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2720 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[92]
2721 }
2722
2723 pub fn init_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2724 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[93]
2725 }
2726
2727 pub fn end_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2728 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[94]
2729 }
2730
2731 pub fn load_event_cmd_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2732 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[95]
2733 }
2734
2735 pub fn unload_event_cmd_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2736 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[96]
2737 }
2738
2739 pub fn load_demo_scene_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2740 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[97]
2741 }
2742
2743 pub fn unload_demo_scene_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2744 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[98]
2745 }
2746
2747 pub fn init_after_load_scene_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2748 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[99]
2749 }
2750
2751 pub fn tick_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2752 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[100]
2753 }
2754
2755 pub fn tick_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2756 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[101]
2757 }
2758
2759 pub fn persistent_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2760 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[102]
2761 }
2762
2763 pub fn on_shutdown_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2764 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[103]
2765 }
2766
2767 pub fn create_bind_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2768 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[104]
2769 }
2770
2771 pub fn get_god_reliance_mess_file_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2772 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[105]
2773 }
2774}
2775
2776#[cfg(feature = "app-eventdemosequence")]
2777impl EventDemoSequence {
2778 #[doc = "Direct (non-virtual) call to `EventDemoSequence`'s own `OnCreate`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
2779 pub unsafe fn on_create(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
2780 let __mi = Self::on_create_method_info();
2781 let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
2782 __inner(this.into(), ::core::option::Option::None)
2783 }
2784
2785 #[doc = "Direct (non-virtual) call to `EventDemoSequence`'s own `OnDispose`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
2786 pub unsafe fn on_dispose(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
2787 let __mi = Self::on_dispose_method_info();
2788 let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
2789 __inner(this.into(), ::core::option::Option::None)
2790 }
2791
2792 #[doc = "Direct (non-virtual) call to `EventDemoSequence`'s own `OnShutdown`. Bypasses the vtable, so it won't hit an override/patch — use it for base calls."]
2793 pub unsafe fn on_shutdown(this: impl ::core::convert::Into<::unity::IlInstance>) -> () {
2794 let __mi = Self::on_shutdown_method_info();
2795 let __inner: extern "C" fn(::unity::IlInstance, ::unity::OptionalMethod) -> () = ::core::mem::transmute(__mi.method_ptr);
2796 __inner(this.into(), ::core::option::Option::None)
2797 }
2798}
2799
2800#[cfg(feature = "app-eventdemosequence")]
2801impl EventDemoSequence {
2802 #[doc = "`.ctor(::unity::Il2CppString, ::unity::Il2CppString)` — overload selector"]
2803 pub fn new(mess_file_name_without_ext: ::unity::Il2CppString, demo_name: ::unity::Il2CppString) -> Self {
2804 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
2805 panic!(
2806 "{}
2807::{}
2808 failed to instantiate",
2809 ::core::stringify!(EventDemoSequence),
2810 ::core::stringify!(new),
2811 )
2812 });
2813 <Self as IEventDemoSequenceMethods>::ctor(this, mess_file_name_without_ext, demo_name);
2814 this
2815 }
2816}
2817
2818#[cfg(feature = "app-eventdemosequence")]
2819pub trait IEventDemoSequence_RotateFaderMethods: IEventDemoSequence_RotateFader {
2820 #[doc = "`.ctor()` overload"]
2821 fn ctor(self) -> () {
2822 unsafe {
2823 let __receiver =
2824 <EventDemoSequence_RotateFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2825 ::unity::il2cpp_call!((::unity::module_base()+0x1e55c50usize)as*mut u8,();
2826(EventDemoSequence_RotateFader)__receiver)
2827 }
2828 }
2829 #[doc = "`Reset()` overload"]
2830 fn reset(self) -> () {
2831 unsafe {
2832 let __receiver =
2833 <EventDemoSequence_RotateFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2834 ::unity::il2cpp_call!((::unity::module_base()+0x1e56f60usize)as*mut u8,();
2835(EventDemoSequence_RotateFader)__receiver)
2836 }
2837 }
2838 #[doc = "`Get()` overload"]
2839 fn get(self) -> f32 {
2840 unsafe {
2841 let __receiver =
2842 <EventDemoSequence_RotateFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2843 ::unity::il2cpp_call!((::unity::module_base()+0x1e56f70usize)as*mut u8,f32;
2844(EventDemoSequence_RotateFader)__receiver)
2845 }
2846 }
2847 #[doc = "`Set(f32, f32)` overload"]
2848 fn set(self, rot: impl ::core::convert::Into<f32>, msec: impl ::core::convert::Into<f32>) -> () {
2849 unsafe {
2850 let __receiver =
2851 <EventDemoSequence_RotateFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2852 ::unity::il2cpp_call!((::unity::module_base()+0x1e55c80usize)as*mut u8,();
2853(EventDemoSequence_RotateFader)__receiver,(f32)::core::convert::Into::into(rot),(f32)::core::convert::Into::into(msec))
2854 }
2855 }
2856 #[doc = "`Tick()` overload"]
2857 fn tick(self) -> f32 {
2858 unsafe {
2859 let __receiver =
2860 <EventDemoSequence_RotateFader as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2861 ::unity::il2cpp_call!((::unity::module_base()+0x1e563d0usize)as*mut u8,f32;
2862(EventDemoSequence_RotateFader)__receiver)
2863 }
2864 }
2865}
2866
2867#[cfg(feature = "app-eventdemosequence")]
2868impl<__T: IEventDemoSequence_RotateFader> IEventDemoSequence_RotateFaderMethods for __T {}
2869
2870#[cfg(feature = "app-eventdemosequence")]
2871impl EventDemoSequence_RotateFader {
2872 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2873 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
2874 }
2875
2876 pub fn reset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2877 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
2878 }
2879
2880 pub fn get_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2881 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
2882 }
2883
2884 pub fn set_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2885 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
2886 }
2887
2888 pub fn tick_method_info() -> &'static ::unity::il2cpp::MethodInfo {
2889 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
2890 }
2891}
2892
2893#[cfg(feature = "app-eventdemosequence")]
2894impl EventDemoSequence_RotateFader {
2895 #[doc = "`.ctor()` — no args"]
2896 pub fn new() -> Self {
2897 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
2898 panic!(
2899 "{}
2900::{}
2901 failed to instantiate",
2902 ::core::stringify!(EventDemoSequence_RotateFader),
2903 ::core::stringify!(new),
2904 )
2905 });
2906 <Self as IEventDemoSequence_RotateFaderMethods>::ctor(this);
2907 this
2908 }
2909}
2910
2911#[cfg(feature = "app-eventdemosequence")]
2912pub trait IEventDemoSequence_SplitViewWorkMethods: IEventDemoSequence_SplitViewWork {
2913 #[doc = "`get_IsInitialized()` overload"]
2914 fn get_is_initialized(self) -> bool {
2915 unsafe {
2916 let __receiver =
2917 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2918 ::unity::il2cpp_call!((::unity::module_base()+0x1e572d0usize)as*mut u8,bool;
2919(EventDemoSequence_SplitViewWork)__receiver)
2920 }
2921 }
2922 #[doc = "`set_IsInitialized(bool)` overload"]
2923 fn set_is_initialized(self, value: impl ::core::convert::Into<bool>) -> () {
2924 unsafe {
2925 let __receiver =
2926 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2927 ::unity::il2cpp_call!((::unity::module_base()+0x1e572e0usize)as*mut u8,();
2928(EventDemoSequence_SplitViewWork)__receiver,(bool)::core::convert::Into::into(value))
2929 }
2930 }
2931 #[doc = "`get_IsUVRectForGpuBoostMode()` overload"]
2932 fn get_is_uv_rect_for_gpu_boost_mode(self) -> bool {
2933 unsafe {
2934 let __receiver =
2935 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2936 ::unity::il2cpp_call!((::unity::module_base()+0x1e572f0usize)as*mut u8,bool;
2937(EventDemoSequence_SplitViewWork)__receiver)
2938 }
2939 }
2940 #[doc = "`set_IsUVRectForGpuBoostMode(bool)` overload"]
2941 fn set_is_uv_rect_for_gpu_boost_mode(self, value: impl ::core::convert::Into<bool>) -> () {
2942 unsafe {
2943 let __receiver =
2944 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2945 ::unity::il2cpp_call!((::unity::module_base()+0x1e57300usize)as*mut u8,();
2946(EventDemoSequence_SplitViewWork)__receiver,(bool)::core::convert::Into::into(value))
2947 }
2948 }
2949 #[doc = "`get_SplitViewName()` overload"]
2950 fn get_split_view_name(self) -> ::unity::Il2CppString {
2951 unsafe {
2952 let __receiver =
2953 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2954 ::unity::il2cpp_call!((::unity::module_base()+0x1e57310usize)as*mut u8, ::unity::Il2CppString;
2955(EventDemoSequence_SplitViewWork)__receiver)
2956 }
2957 }
2958 #[doc = "`set_SplitViewName(::unity::Il2CppString)` overload"]
2959 fn set_split_view_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
2960 unsafe {
2961 let __receiver =
2962 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2963 ::unity::il2cpp_call!((::unity::module_base()+0x1e57320usize)as*mut u8,();
2964(EventDemoSequence_SplitViewWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
2965 }
2966 }
2967 #[doc = "`get_SplitViewImage()` overload"]
2968 fn get_split_view_image(self) -> crate::unity_engine::ui::rawimage::RawImage {
2969 unsafe {
2970 let __receiver =
2971 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2972 ::unity::il2cpp_call!((::unity::module_base()+0x1e57330usize)as*mut u8,crate::unity_engine::ui::rawimage::RawImage;
2973(EventDemoSequence_SplitViewWork)__receiver)
2974 }
2975 }
2976 #[doc = "`set_SplitViewImage(crate::unity_engine::ui::rawimage::RawImage)` overload"]
2977 fn set_split_view_image(self, value: impl ::core::convert::Into<crate::unity_engine::ui::rawimage::RawImage>) -> () {
2978 unsafe {
2979 let __receiver =
2980 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2981 ::unity::il2cpp_call!((::unity::module_base()+0x1e57340usize)as*mut u8,();
2982(EventDemoSequence_SplitViewWork)__receiver,(crate::unity_engine::ui::rawimage::RawImage)::core::convert::Into::into(value))
2983 }
2984 }
2985 #[doc = "`get_RenderImage()` overload"]
2986 fn get_render_image(self) -> crate::unity_engine::ui::rawimage::RawImage {
2987 unsafe {
2988 let __receiver =
2989 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2990 ::unity::il2cpp_call!((::unity::module_base()+0x1e57350usize)as*mut u8,crate::unity_engine::ui::rawimage::RawImage;
2991(EventDemoSequence_SplitViewWork)__receiver)
2992 }
2993 }
2994 #[doc = "`set_RenderImage(crate::unity_engine::ui::rawimage::RawImage)` overload"]
2995 fn set_render_image(self, value: impl ::core::convert::Into<crate::unity_engine::ui::rawimage::RawImage>) -> () {
2996 unsafe {
2997 let __receiver =
2998 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
2999 ::unity::il2cpp_call!((::unity::module_base()+0x1e57360usize)as*mut u8,();
3000(EventDemoSequence_SplitViewWork)__receiver,(crate::unity_engine::ui::rawimage::RawImage)::core::convert::Into::into(value))
3001 }
3002 }
3003 #[doc = "`get_RenderTexture()` overload"]
3004 fn get_render_texture(self) -> crate::unity_engine::rendertexture::RenderTexture {
3005 unsafe {
3006 let __receiver =
3007 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3008 ::unity::il2cpp_call!((::unity::module_base()+0x1e57370usize)as*mut u8,crate::unity_engine::rendertexture::RenderTexture;
3009(EventDemoSequence_SplitViewWork)__receiver)
3010 }
3011 }
3012 #[doc = "`set_RenderTexture(crate::unity_engine::rendertexture::RenderTexture)` overload"]
3013 fn set_render_texture(self, value: impl ::core::convert::Into<crate::unity_engine::rendertexture::RenderTexture>) -> () {
3014 unsafe {
3015 let __receiver =
3016 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3017 ::unity::il2cpp_call!((::unity::module_base()+0x1e57380usize)as*mut u8,();
3018(EventDemoSequence_SplitViewWork)__receiver,(crate::unity_engine::rendertexture::RenderTexture)::core::convert::Into::into(value))
3019 }
3020 }
3021 #[doc = "`get_Camera()` overload"]
3022 fn get_camera(self) -> crate::unity_engine::camera::Camera {
3023 unsafe {
3024 let __receiver =
3025 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3026 ::unity::il2cpp_call!((::unity::module_base()+0x1e57390usize)as*mut u8,crate::unity_engine::camera::Camera;
3027(EventDemoSequence_SplitViewWork)__receiver)
3028 }
3029 }
3030 #[doc = "`set_Camera(crate::unity_engine::camera::Camera)` overload"]
3031 fn set_camera(self, value: impl ::core::convert::Into<crate::unity_engine::camera::Camera>) -> () {
3032 unsafe {
3033 let __receiver =
3034 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3035 ::unity::il2cpp_call!((::unity::module_base()+0x1e573a0usize)as*mut u8,();
3036(EventDemoSequence_SplitViewWork)__receiver,(crate::unity_engine::camera::Camera)::core::convert::Into::into(value))
3037 }
3038 }
3039 #[doc = "`get_ColorFader()` overload"]
3040 fn get_color_fader(self) -> crate::app::eventdemosequence::EventDemoSequence_ColorFader {
3041 unsafe {
3042 let __receiver =
3043 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3044 ::unity::il2cpp_call!((::unity::module_base()+0x1e573b0usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_ColorFader;
3045(EventDemoSequence_SplitViewWork)__receiver)
3046 }
3047 }
3048 #[doc = "`set_ColorFader(crate::app::eventdemosequence::EventDemoSequence_ColorFader)` overload"]
3049 fn set_color_fader(self, value: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_ColorFader>) -> () {
3050 unsafe {
3051 let __receiver =
3052 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3053 ::unity::il2cpp_call!((::unity::module_base()+0x1e573c0usize)as*mut u8,();
3054(EventDemoSequence_SplitViewWork)__receiver,(crate::app::eventdemosequence::EventDemoSequence_ColorFader)::core::convert::Into::into(value))
3055 }
3056 }
3057 #[doc = "`.ctor(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
3058 fn ctor(
3059 self,
3060 split_view_name: impl ::core::convert::Into<::unity::Il2CppString>,
3061 render_texture_name: impl ::core::convert::Into<::unity::Il2CppString>,
3062 ) -> () {
3063 unsafe {
3064 let __receiver =
3065 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3066 ::unity::il2cpp_call!((::unity::module_base()+0x1e573d0usize)as*mut u8,();
3067(EventDemoSequence_SplitViewWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(split_view_name),(::unity::Il2CppString)::core::convert::Into::into(render_texture_name))
3068 }
3069 }
3070 #[doc = "`InitSplitViewImage(::unity::Il2CppString)` overload"]
3071 fn init_split_view_image(self, split_view_name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3072 unsafe {
3073 let __receiver =
3074 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3075 ::unity::il2cpp_call!((::unity::module_base()+0x1e57510usize)as*mut u8,();
3076(EventDemoSequence_SplitViewWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(split_view_name))
3077 }
3078 }
3079 #[doc = "`LoadRenderTexture(::unity::Il2CppString)` overload"]
3080 fn load_render_texture(self, render_texture_name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3081 unsafe {
3082 let __receiver =
3083 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3084 ::unity::il2cpp_call!((::unity::module_base()+0x1e57760usize)as*mut u8,();
3085(EventDemoSequence_SplitViewWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(render_texture_name))
3086 }
3087 }
3088 #[doc = "`SetActive(bool)` overload"]
3089 fn set_active(self, is_active: impl ::core::convert::Into<bool>) -> () {
3090 unsafe {
3091 let __receiver =
3092 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3093 ::unity::il2cpp_call!((::unity::module_base()+0x1e578b0usize)as*mut u8,();
3094(EventDemoSequence_SplitViewWork)__receiver,(bool)::core::convert::Into::into(is_active))
3095 }
3096 }
3097 #[doc = "`SetRenderImageUVRectWH(bool)` overload"]
3098 fn set_render_image_uv_rect_wh(self, is_gpu_boost: impl ::core::convert::Into<bool>) -> () {
3099 unsafe {
3100 let __receiver =
3101 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3102 ::unity::il2cpp_call!((::unity::module_base()+0x1e57880usize)as*mut u8,();
3103(EventDemoSequence_SplitViewWork)__receiver,(bool)::core::convert::Into::into(is_gpu_boost))
3104 }
3105 }
3106 #[doc = "`SetRenderImageUVRectWH(f32, f32)` overload"]
3107 fn set_render_image_uv_rect_wh_2(self, width: impl ::core::convert::Into<f32>, height: impl ::core::convert::Into<f32>) -> () {
3108 unsafe {
3109 let __receiver =
3110 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3111 ::unity::il2cpp_call!((::unity::module_base()+0x1e57940usize)as*mut u8,();
3112(EventDemoSequence_SplitViewWork)__receiver,(f32)::core::convert::Into::into(width),(f32)::core::convert::Into::into(height))
3113 }
3114 }
3115 #[doc = "`DisableCamera()` overload"]
3116 fn disable_camera(self) -> () {
3117 unsafe {
3118 let __receiver =
3119 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3120 ::unity::il2cpp_call!((::unity::module_base()+0x1e57b30usize)as*mut u8,();
3121(EventDemoSequence_SplitViewWork)__receiver)
3122 }
3123 }
3124 #[doc = "`Tick()` overload"]
3125 fn tick(self) -> () {
3126 unsafe {
3127 let __receiver =
3128 <EventDemoSequence_SplitViewWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3129 ::unity::il2cpp_call!((::unity::module_base()+0x1e57c20usize)as*mut u8,();
3130(EventDemoSequence_SplitViewWork)__receiver)
3131 }
3132 }
3133}
3134
3135#[cfg(feature = "app-eventdemosequence")]
3136impl<__T: IEventDemoSequence_SplitViewWork> IEventDemoSequence_SplitViewWorkMethods for __T {}
3137
3138#[cfg(feature = "app-eventdemosequence")]
3139impl EventDemoSequence_SplitViewWork {
3140 pub fn get_is_initialized_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3141 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
3142 }
3143
3144 pub fn set_is_initialized_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3145 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
3146 }
3147
3148 pub fn get_is_uv_rect_for_gpu_boost_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3149 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
3150 }
3151
3152 pub fn set_is_uv_rect_for_gpu_boost_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3153 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
3154 }
3155
3156 pub fn get_split_view_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3157 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
3158 }
3159
3160 pub fn set_split_view_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3161 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
3162 }
3163
3164 pub fn get_split_view_image_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3165 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
3166 }
3167
3168 pub fn set_split_view_image_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3169 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
3170 }
3171
3172 pub fn get_render_image_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3173 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
3174 }
3175
3176 pub fn set_render_image_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3177 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
3178 }
3179
3180 pub fn get_render_texture_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3181 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
3182 }
3183
3184 pub fn set_render_texture_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3185 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
3186 }
3187
3188 pub fn get_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3189 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
3190 }
3191
3192 pub fn set_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3193 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
3194 }
3195
3196 pub fn get_color_fader_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3197 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
3198 }
3199
3200 pub fn set_color_fader_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3201 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
3202 }
3203
3204 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3205 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
3206 }
3207
3208 pub fn init_split_view_image_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3209 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
3210 }
3211
3212 pub fn load_render_texture_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3213 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
3214 }
3215
3216 pub fn set_active_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3217 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
3218 }
3219
3220 pub fn set_render_image_uv_rect_wh_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3221 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
3222 }
3223
3224 pub fn set_render_image_uv_rect_wh_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3225 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
3226 }
3227
3228 pub fn disable_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3229 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
3230 }
3231
3232 pub fn tick_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3233 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
3234 }
3235}
3236
3237#[cfg(feature = "app-eventdemosequence")]
3238impl EventDemoSequence_SplitViewWork {
3239 #[doc = "`.ctor(::unity::Il2CppString, ::unity::Il2CppString)` — overload selector"]
3240 pub fn new(split_view_name: ::unity::Il2CppString, render_texture_name: ::unity::Il2CppString) -> Self {
3241 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
3242 panic!(
3243 "{}
3244::{}
3245 failed to instantiate",
3246 ::core::stringify!(EventDemoSequence_SplitViewWork),
3247 ::core::stringify!(new),
3248 )
3249 });
3250 <Self as IEventDemoSequence_SplitViewWorkMethods>::ctor(this, split_view_name, render_texture_name);
3251 this
3252 }
3253}
3254
3255#[cfg(feature = "app-eventdemosequence")]
3256pub trait IEventDemoSequence_SoundEnv_EventNameDataMethods: IEventDemoSequence_SoundEnv_EventNameData {
3257 #[doc = "`.ctor()` overload"]
3258 fn ctor(self) -> () {
3259 unsafe {
3260 let __receiver = <EventDemoSequence_SoundEnv_EventNameData as ::unity::FromIlInstance>::from_il_instance(
3261 <Self as ::unity::SystemObject>::as_instance(self),
3262 );
3263 ::unity::il2cpp_call!((::unity::module_base()+0x1b39f40usize)as*mut u8,();
3264(EventDemoSequence_SoundEnv_EventNameData)__receiver)
3265 }
3266 }
3267}
3268
3269#[cfg(feature = "app-eventdemosequence")]
3270impl<__T: IEventDemoSequence_SoundEnv_EventNameData> IEventDemoSequence_SoundEnv_EventNameDataMethods for __T {}
3271
3272#[cfg(feature = "app-eventdemosequence")]
3273impl EventDemoSequence_SoundEnv_EventNameData {
3274 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3275 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
3276 }
3277}
3278
3279#[cfg(feature = "app-eventdemosequence")]
3280impl EventDemoSequence_SoundEnv_EventNameData {
3281 #[doc = "`.ctor()` — no args"]
3282 pub fn new() -> Self {
3283 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
3284 panic!(
3285 "{}
3286::{}
3287 failed to instantiate",
3288 ::core::stringify!(EventDemoSequence_SoundEnv_EventNameData),
3289 ::core::stringify!(new),
3290 )
3291 });
3292 <Self as IEventDemoSequence_SoundEnv_EventNameDataMethods>::ctor(this);
3293 this
3294 }
3295}
3296
3297#[cfg(feature = "app-eventdemosequence")]
3298pub trait IEventDemoSequence_CmdInfoMethods: IEventDemoSequence_CmdInfo {
3299 #[doc = "`get_Func()` overload"]
3300 fn get_func(self) -> crate::app::eventdemosequence::EventDemoSequence_CmdFunc {
3301 unsafe {
3302 let __receiver =
3303 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3304 ::unity::il2cpp_call!((::unity::module_base()+0x1e56880usize)as*mut u8,crate::app::eventdemosequence::EventDemoSequence_CmdFunc;
3305(EventDemoSequence_CmdInfo)__receiver)
3306 }
3307 }
3308 #[doc = "`set_Func(crate::app::eventdemosequence::EventDemoSequence_CmdFunc)` overload"]
3309 fn set_func(self, value: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdFunc>) -> () {
3310 unsafe {
3311 let __receiver =
3312 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3313 ::unity::il2cpp_call!((::unity::module_base()+0x1e56890usize)as*mut u8,();
3314(EventDemoSequence_CmdInfo)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdFunc)::core::convert::Into::into(value))
3315 }
3316 }
3317 #[doc = "`get_CmdName()` overload"]
3318 fn get_cmd_name(self) -> ::unity::Il2CppString {
3319 unsafe {
3320 let __receiver =
3321 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3322 ::unity::il2cpp_call!((::unity::module_base()+0x1e568a0usize)as*mut u8, ::unity::Il2CppString;
3323(EventDemoSequence_CmdInfo)__receiver)
3324 }
3325 }
3326 #[doc = "`set_CmdName(::unity::Il2CppString)` overload"]
3327 fn set_cmd_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3328 unsafe {
3329 let __receiver =
3330 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3331 ::unity::il2cpp_call!((::unity::module_base()+0x1e568b0usize)as*mut u8,();
3332(EventDemoSequence_CmdInfo)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
3333 }
3334 }
3335 #[doc = "`get_Args()` overload"]
3336 fn get_args(self) -> ::unity::Array<::unity::Il2CppString> {
3337 unsafe {
3338 let __receiver =
3339 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3340 ::unity::il2cpp_call!((::unity::module_base()+0x1e568c0usize)as*mut u8, ::unity::Array< ::unity::Il2CppString> ;
3341(EventDemoSequence_CmdInfo)__receiver)
3342 }
3343 }
3344 #[doc = "`set_Args(::unity::Array<::unity::Il2CppString>)` overload"]
3345 fn set_args(self, value: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>) -> () {
3346 unsafe {
3347 let __receiver =
3348 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3349 ::unity::il2cpp_call!((::unity::module_base()+0x1e568d0usize)as*mut u8,();
3350(EventDemoSequence_CmdInfo)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(value))
3351 }
3352 }
3353 #[doc = "`get_RepeatCounter()` overload"]
3354 fn get_repeat_counter(self) -> i32 {
3355 unsafe {
3356 let __receiver =
3357 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3358 ::unity::il2cpp_call!((::unity::module_base()+0x1e568e0usize)as*mut u8,i32;
3359(EventDemoSequence_CmdInfo)__receiver)
3360 }
3361 }
3362 #[doc = "`set_RepeatCounter(i32)` overload"]
3363 fn set_repeat_counter(self, value: impl ::core::convert::Into<i32>) -> () {
3364 unsafe {
3365 let __receiver =
3366 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3367 ::unity::il2cpp_call!((::unity::module_base()+0x1e568f0usize)as*mut u8,();
3368(EventDemoSequence_CmdInfo)__receiver,(i32)::core::convert::Into::into(value))
3369 }
3370 }
3371 #[doc = "`.ctor(crate::app::eventdemosequence::EventDemoSequence_CmdFunc, ::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` overload"]
3372 fn ctor(
3373 self,
3374 func: impl ::core::convert::Into<crate::app::eventdemosequence::EventDemoSequence_CmdFunc>,
3375 cmd_name: impl ::core::convert::Into<::unity::Il2CppString>,
3376 args: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
3377 ) -> () {
3378 unsafe {
3379 let __receiver =
3380 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3381 ::unity::il2cpp_call!((::unity::module_base()+0x1e56900usize)as*mut u8,();
3382(EventDemoSequence_CmdInfo)__receiver,(crate::app::eventdemosequence::EventDemoSequence_CmdFunc)::core::convert::Into::into(func),(::unity::Il2CppString)::core::convert::Into::into(cmd_name),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(args))
3383 }
3384 }
3385 #[doc = "`IncRepetCounter()` overload"]
3386 fn inc_repet_counter(self) -> () {
3387 unsafe {
3388 let __receiver =
3389 <EventDemoSequence_CmdInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3390 ::unity::il2cpp_call!((::unity::module_base()+0x1e56970usize)as*mut u8,();
3391(EventDemoSequence_CmdInfo)__receiver)
3392 }
3393 }
3394}
3395
3396#[cfg(feature = "app-eventdemosequence")]
3397impl<__T: IEventDemoSequence_CmdInfo> IEventDemoSequence_CmdInfoMethods for __T {}
3398
3399#[cfg(feature = "app-eventdemosequence")]
3400impl EventDemoSequence_CmdInfo {
3401 pub fn get_func_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3402 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
3403 }
3404
3405 pub fn set_func_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3406 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
3407 }
3408
3409 pub fn get_cmd_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3410 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
3411 }
3412
3413 pub fn set_cmd_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3414 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
3415 }
3416
3417 pub fn get_args_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3418 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
3419 }
3420
3421 pub fn set_args_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3422 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
3423 }
3424
3425 pub fn get_repeat_counter_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3426 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
3427 }
3428
3429 pub fn set_repeat_counter_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3430 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
3431 }
3432
3433 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3434 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
3435 }
3436
3437 pub fn inc_repet_counter_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3438 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
3439 }
3440}
3441
3442#[cfg(feature = "app-eventdemosequence")]
3443impl EventDemoSequence_CmdInfo {
3444 #[doc = "`.ctor(crate::app::eventdemosequence::EventDemoSequence_CmdFunc, ::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` — overload selector"]
3445 pub fn new(
3446 func: crate::app::eventdemosequence::EventDemoSequence_CmdFunc,
3447 cmd_name: ::unity::Il2CppString,
3448 args: ::unity::Array<::unity::Il2CppString>,
3449 ) -> Self {
3450 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
3451 panic!(
3452 "{}
3453::{}
3454 failed to instantiate",
3455 ::core::stringify!(EventDemoSequence_CmdInfo),
3456 ::core::stringify!(new),
3457 )
3458 });
3459 <Self as IEventDemoSequence_CmdInfoMethods>::ctor(this, func, cmd_name, args);
3460 this
3461 }
3462}
3463
3464#[cfg(feature = "app-eventdemosequence")]
3465impl EventDemoSequence_EffectWork {
3466 #[doc = "`SetupAfterLoad(crate::unity_engine::gameobject::GameObject)` overload"]
3467 pub fn setup_after_load(effect_prefab_object: impl ::core::convert::Into<crate::unity_engine::gameobject::GameObject>) -> () {
3468 unsafe {
3469 ::unity::il2cpp_call!((::unity::module_base()+0x1e56d50usize)as*mut u8,();
3470(crate::unity_engine::gameobject::GameObject)::core::convert::Into::into(effect_prefab_object))
3471 }
3472 }
3473}
3474
3475#[cfg(feature = "app-eventdemosequence")]
3476pub trait IEventDemoSequence_EffectWorkMethods: IEventDemoSequence_EffectWork {
3477 #[doc = "`.ctor(::unity::Il2CppString, crate::unity_engine::transform::Transform)` overload"]
3478 fn ctor(
3479 self,
3480 effect_path: impl ::core::convert::Into<::unity::Il2CppString>,
3481 parent_trans: impl ::core::convert::Into<crate::unity_engine::transform::Transform>,
3482 ) -> () {
3483 unsafe {
3484 let __receiver =
3485 <EventDemoSequence_EffectWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3486 ::unity::il2cpp_call!((::unity::module_base()+0x1e56c10usize)as*mut u8,();
3487(EventDemoSequence_EffectWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(effect_path),(crate::unity_engine::transform::Transform)::core::convert::Into::into(parent_trans))
3488 }
3489 }
3490 #[doc = "`LoadEffect(::unity::Il2CppString, crate::unity_engine::transform::Transform)` overload"]
3491 fn load_effect(
3492 self,
3493 effect_path: impl ::core::convert::Into<::unity::Il2CppString>,
3494 parent_trans: impl ::core::convert::Into<crate::unity_engine::transform::Transform>,
3495 ) -> () {
3496 unsafe {
3497 let __receiver =
3498 <EventDemoSequence_EffectWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3499 ::unity::il2cpp_call!((::unity::module_base()+0x1e56c50usize)as*mut u8,();
3500(EventDemoSequence_EffectWork)__receiver,(::unity::Il2CppString)::core::convert::Into::into(effect_path),(crate::unity_engine::transform::Transform)::core::convert::Into::into(parent_trans))
3501 }
3502 }
3503 #[doc = "`DeleteEffect()` overload"]
3504 fn delete_effect(self) -> () {
3505 unsafe {
3506 let __receiver =
3507 <EventDemoSequence_EffectWork as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3508 ::unity::il2cpp_call!((::unity::module_base()+0x1e56de0usize)as*mut u8,();
3509(EventDemoSequence_EffectWork)__receiver)
3510 }
3511 }
3512}
3513
3514#[cfg(feature = "app-eventdemosequence")]
3515impl<__T: IEventDemoSequence_EffectWork> IEventDemoSequence_EffectWorkMethods for __T {}
3516
3517#[cfg(feature = "app-eventdemosequence")]
3518impl EventDemoSequence_EffectWork {
3519 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3520 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
3521 }
3522
3523 pub fn load_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3524 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
3525 }
3526
3527 pub fn setup_after_load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3528 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
3529 }
3530
3531 pub fn delete_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3532 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
3533 }
3534}
3535
3536#[cfg(feature = "app-eventdemosequence")]
3537impl EventDemoSequence_EffectWork {
3538 #[doc = "`.ctor(::unity::Il2CppString, crate::unity_engine::transform::Transform)` — overload selector"]
3539 pub fn new(effect_path: ::unity::Il2CppString, parent_trans: crate::unity_engine::transform::Transform) -> Self {
3540 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
3541 panic!(
3542 "{}
3543::{}
3544 failed to instantiate",
3545 ::core::stringify!(EventDemoSequence_EffectWork),
3546 ::core::stringify!(new),
3547 )
3548 });
3549 <Self as IEventDemoSequence_EffectWorkMethods>::ctor(this, effect_path, parent_trans);
3550 this
3551 }
3552}
3553
3554#[cfg(feature = "app-eventdemosequence")]
3555pub trait IEventDemoSequence_SoundEnvMethods: IEventDemoSequence_SoundEnv {
3556 #[doc = "`Awake()` overload"]
3557 fn awake(self) -> () {
3558 unsafe {
3559 let __receiver =
3560 <EventDemoSequence_SoundEnv as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3561 ::unity::il2cpp_call!((::unity::module_base()+0x1e56f80usize)as*mut u8,();
3562(EventDemoSequence_SoundEnv)__receiver)
3563 }
3564 }
3565 #[doc = "`OnDestroy()` overload"]
3566 fn on_destroy(self) -> () {
3567 unsafe {
3568 let __receiver =
3569 <EventDemoSequence_SoundEnv as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3570 ::unity::il2cpp_call!((::unity::module_base()+0x1e570b0usize)as*mut u8,();
3571(EventDemoSequence_SoundEnv)__receiver)
3572 }
3573 }
3574 #[doc = "`GetEventName(::unity::Il2CppString)` overload"]
3575 fn get_event_name(self, material_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
3576 unsafe {
3577 let __receiver =
3578 <EventDemoSequence_SoundEnv as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3579 ::unity::il2cpp_call!((::unity::module_base()+0x1e57170usize)as*mut u8, ::unity::Il2CppString;
3580(EventDemoSequence_SoundEnv)__receiver,(::unity::Il2CppString)::core::convert::Into::into(material_name))
3581 }
3582 }
3583 #[doc = "`PlayEnv(::unity::Il2CppString)` overload"]
3584 fn play_env(self, material_name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
3585 unsafe {
3586 let __receiver =
3587 <EventDemoSequence_SoundEnv as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3588 ::unity::il2cpp_call!((::unity::module_base()+0x1e557d0usize)as*mut u8,();
3589(EventDemoSequence_SoundEnv)__receiver,(::unity::Il2CppString)::core::convert::Into::into(material_name))
3590 }
3591 }
3592 #[doc = "`StopCurrentEnv()` overload"]
3593 fn stop_current_env(self) -> () {
3594 unsafe {
3595 let __receiver =
3596 <EventDemoSequence_SoundEnv as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3597 ::unity::il2cpp_call!((::unity::module_base()+0x1e570c0usize)as*mut u8,();
3598(EventDemoSequence_SoundEnv)__receiver)
3599 }
3600 }
3601 #[doc = "`.ctor()` overload"]
3602 fn ctor(self) -> () {
3603 unsafe {
3604 let __receiver =
3605 <EventDemoSequence_SoundEnv as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
3606 ::unity::il2cpp_call!((::unity::module_base()+0x1e571f0usize)as*mut u8,();
3607(EventDemoSequence_SoundEnv)__receiver)
3608 }
3609 }
3610}
3611
3612#[cfg(feature = "app-eventdemosequence")]
3613impl<__T: IEventDemoSequence_SoundEnv> IEventDemoSequence_SoundEnvMethods for __T {}
3614
3615#[cfg(feature = "app-eventdemosequence")]
3616impl EventDemoSequence_SoundEnv {
3617 pub fn awake_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3618 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
3619 }
3620
3621 pub fn on_destroy_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3622 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
3623 }
3624
3625 pub fn get_event_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3626 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
3627 }
3628
3629 pub fn play_env_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3630 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
3631 }
3632
3633 pub fn stop_current_env_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3634 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
3635 }
3636
3637 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
3638 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
3639 }
3640}
3641
3642#[cfg(feature = "app-eventdemosequence")]
3643impl EventDemoSequence_SoundEnv {
3644 #[doc = "`.ctor()` — no args"]
3645 pub fn new() -> Self {
3646 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
3647 panic!(
3648 "{}
3649::{}
3650 failed to instantiate",
3651 ::core::stringify!(EventDemoSequence_SoundEnv),
3652 ::core::stringify!(new),
3653 )
3654 });
3655 <Self as IEventDemoSequence_SoundEnvMethods>::ctor(this);
3656 this
3657 }
3658}
3659
3660#[cfg(feature = "app-eventdemosequence")]
3661#[doc(hidden)]
3662pub mod prelude {
3663 pub use super::{
3664 EventDemoSequence, EventDemoSequence_CharacterWork, EventDemoSequence_ClothType, EventDemoSequence_CmdFunc, EventDemoSequence_CmdInfo,
3665 EventDemoSequence_ColorFader, EventDemoSequence_EffectWork, EventDemoSequence_EventCmdResult, EventDemoSequence_EventCmdSeq,
3666 EventDemoSequence_LightSetupInfo, EventDemoSequence_RotateFader, EventDemoSequence_SoundEnv, EventDemoSequence_SoundEnv_EventNameData,
3667 EventDemoSequence_SplitViewWork, EventDemoSequence_WeightFader, IEventDemoSequence, IEventDemoSequenceMethods,
3668 IEventDemoSequence_CharacterWork, IEventDemoSequence_CharacterWorkMethods, IEventDemoSequence_CmdFunc, IEventDemoSequence_CmdFuncMethods,
3669 IEventDemoSequence_CmdInfo, IEventDemoSequence_CmdInfoMethods, IEventDemoSequence_ColorFader, IEventDemoSequence_ColorFaderMethods,
3670 IEventDemoSequence_EffectWork, IEventDemoSequence_EffectWorkMethods, IEventDemoSequence_LightSetupInfo,
3671 IEventDemoSequence_LightSetupInfoMethods, IEventDemoSequence_RotateFader, IEventDemoSequence_RotateFaderMethods, IEventDemoSequence_SoundEnv,
3672 IEventDemoSequence_SoundEnvMethods, IEventDemoSequence_SoundEnv_EventNameData, IEventDemoSequence_SoundEnv_EventNameDataMethods,
3673 IEventDemoSequence_SplitViewWork, IEventDemoSequence_SplitViewWorkMethods, IEventDemoSequence_WeightFader,
3674 IEventDemoSequence_WeightFaderMethods,
3675 };
3676 #[cfg(feature = "app-procinst")]
3677 pub use crate::app::procinst::IProcInstMethods;
3678 #[cfg(feature = "app-procscenesequence_1")]
3679 pub use crate::app::procscenesequence_1::IProcSceneSequence_1Methods;
3680 #[cfg(feature = "app-singletonprocinst_1")]
3681 pub use crate::app::singletonprocinst_1::ISingletonProcInst_1Methods;
3682 #[cfg(feature = "system-delegate")]
3683 pub use crate::system::delegate::IDelegateMethods;
3684 #[cfg(feature = "system-multicastdelegate")]
3685 pub use crate::system::multicastdelegate::IMulticastDelegateMethods;
3686 #[cfg(feature = "system-object")]
3687 pub use crate::system::object::IObjectMethods;
3688 #[cfg(feature = "system-enum")]
3689 pub use crate::system::r#enum::IEnumMethods;
3690 #[cfg(feature = "system-valuetype")]
3691 pub use crate::system::valuetype::IValueTypeMethods;
3692 #[cfg(feature = "unity_engine-behaviour")]
3693 pub use crate::unity_engine::behaviour::IBehaviourMethods;
3694 #[cfg(feature = "unity_engine-component")]
3695 pub use crate::unity_engine::component::IComponentMethods;
3696 #[cfg(feature = "unity_engine-monobehaviour")]
3697 pub use crate::unity_engine::monobehaviour::IMonoBehaviourMethods;
3698 #[cfg(feature = "unity_engine-object_2")]
3699 pub use crate::unity_engine::object_2::IObject_2Methods;
3700 pub use crate::{
3701 app::{procinst::IProcInst, procscenesequence_1::IProcSceneSequence_1, singletonprocinst_1::ISingletonProcInst_1},
3702 system::{delegate::IDelegate, multicastdelegate::IMulticastDelegate, object::IObject, r#enum::IEnum, valuetype::IValueType},
3703 unity_engine::{behaviour::IBehaviour, component::IComponent, monobehaviour::IMonoBehaviour, object_2::IObject_2},
3704 };
3705}