1#[cfg(feature = "app-dragonridecamera-types")]
4mod __types {
5 #[allow(unused_imports)] use ::unity::prelude::*;
6
7 use super::*;
8 use crate::{
9 system::{
10 object::{IObject, Object},
11 r#enum::{Enum, IEnum},
12 valuetype::{IValueType, ValueType},
13 },
14 unity_engine::{
15 behaviour::{Behaviour, IBehaviour},
16 component::{Component, IComponent},
17 monobehaviour::{IMonoBehaviour, MonoBehaviour},
18 object_2::{IObject_2, Object_2},
19 },
20 };
21
22 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/dragonridecamera/DragonRideCamera_CutinState.md"))]
23 #[repr(C)]
24 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
25 pub struct DragonRideCamera_CutinState {
26 pub value: i32,
27 }
28 impl ::unity::ClassIdentity for DragonRideCamera_CutinState {
29 const NAME: &'static str = "DragonRideCamera.CutinState";
30 const NAMESPACE: &'static str = "App";
31
32 fn class() -> ::unity::Class {
33 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
34 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
35 }
36 }
37 impl ::unity::IlType for DragonRideCamera_CutinState {
38 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
39 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
40 }
41 }
42 impl DragonRideCamera_CutinState {
43 pub fn close_stay() -> Self {
44 Self { value: 1 }
45 }
46
47 pub fn open() -> Self {
48 Self { value: 2 }
49 }
50
51 pub fn closing() -> Self {
52 Self { value: 4 }
53 }
54 }
55
56 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/dragonridecamera/DragonRideCamera.md"))]
57 #[::unity::class(namespace = "App", name = "DragonRideCamera")]
58 #[parent(crate::unity_engine::monobehaviour::MonoBehaviour)]
59 pub struct DragonRideCamera {
60 #[static_field]
61 #[rename(name = "cShotPrefabPath")]
62 pub c_shot_prefab_path: ::unity::Il2CppString,
63 #[static_field]
64 #[rename(name = "InstructionPrefabPath")]
65 pub instruction_prefab_path: ::unity::Il2CppString,
66 #[static_field]
67 #[rename(name = "SolaRenderPath")]
68 pub sola_render_path: ::unity::Il2CppString,
69 #[offset(24)]
70 #[rename(name = "m_ShotIntervalTimer")]
71 pub m_shot_interval_timer: f32,
72 #[offset(32)]
73 #[rename(name = "m_Root")]
74 pub m_root: crate::unity_engine::gameobject::GameObject,
75 #[offset(40)]
76 #[rename(name = "m_PlayerChara")]
77 pub m_player_chara: crate::combat::character::Character,
78 #[offset(48)]
79 #[rename(name = "m_DragonReins")]
80 pub m_dragon_reins: crate::combat::reinscontroller::ReinsController,
81 #[offset(64)]
82 #[rename(name = "m_AssistChara")]
83 pub m_assist_chara: crate::combat::character::Character,
84 #[offset(80)]
85 #[rename(name = "m_ScreenDust")]
86 pub m_screen_dust: crate::unity_engine::gameobject::GameObject,
87 #[offset(88)]
88 #[rename(name = "m_DustEffect")]
89 pub m_dust_effect: crate::unity_engine::particlesystem::ParticleSystem,
90 #[offset(96)]
91 #[rename(name = "m_Camera")]
92 pub m_camera: crate::unity_engine::gameobject::GameObject,
93 #[offset(104)]
94 #[rename(name = "m_Cart")]
95 pub m_cart: crate::unity_engine::gameobject::GameObject,
96 #[offset(112)]
97 #[rename(name = "m_EventCart")]
98 pub m_event_cart: crate::unity_engine::gameobject::GameObject,
99 #[offset(128)]
100 #[rename(name = "m_Timeline")]
101 pub m_timeline: crate::unity_engine::playables::playabledirector::PlayableDirector,
102 #[offset(136)]
103 #[rename(name = "m_CursorObj")]
104 pub m_cursor_obj: crate::unity_engine::gameobject::GameObject,
105 #[offset(144)]
106 #[rename(name = "m_StartTelop")]
107 pub m_start_telop: crate::unity_engine::gameobject::GameObject,
108 #[offset(152)]
109 #[rename(name = "m_FinishTelop")]
110 pub m_finish_telop: crate::unity_engine::gameobject::GameObject,
111 #[offset(160)]
112 #[rename(name = "m_IsPlayStartTelop")]
113 pub m_is_play_start_telop: bool,
114 #[offset(161)]
115 #[rename(name = "m_IsPlayFinishTelop")]
116 pub m_is_play_finish_telop: bool,
117 #[offset(162)]
118 #[rename(name = "m_IsDoneStartTelop")]
119 pub m_is_done_start_telop: bool,
120 #[offset(163)]
121 #[rename(name = "m_IsDoneFinishTelop")]
122 pub m_is_done_finish_telop: bool,
123 #[offset(168)]
124 #[rename(name = "m_ShotParent")]
125 pub m_shot_parent: crate::unity_engine::gameobject::GameObject,
126 #[offset(176)]
127 #[rename(name = "m_PastPosition")]
128 pub m_past_position: crate::unity_engine::vector3::Vector3,
129 #[offset(192)]
130 #[rename(name = "m_LevelStr")]
131 pub m_level_str: ::unity::Il2CppString,
132 #[offset(200)]
133 #[rename(name = "m_CourseID")]
134 pub m_course_id: ::unity::Il2CppString,
135 #[offset(208)]
136 #[rename(name = "m_ShowGroupList")]
137 pub m_show_group_list: ::unity::Array<::unity::Il2CppString>,
138 #[static_field]
139 #[rename(name = "cAssistLevelMax")]
140 pub c_assist_level_max: i32,
141 #[offset(216)]
142 #[rename(name = "m_AngleX")]
143 pub m_angle_x: f32,
144 #[offset(220)]
145 #[rename(name = "m_AngleY")]
146 pub m_angle_y: f32,
147 #[offset(224)]
148 #[rename(name = "m_AngleXSpeed")]
149 pub m_angle_x_speed: f32,
150 #[offset(228)]
151 #[rename(name = "m_AngleYSpeed")]
152 pub m_angle_y_speed: f32,
153 #[offset(232)]
154 #[rename(name = "m_AngleSpeedRate")]
155 pub m_angle_speed_rate: f32,
156 #[offset(236)]
157 #[rename(name = "m_AngleSpeedLerpCounter")]
158 pub m_angle_speed_lerp_counter: f32,
159 #[static_field]
160 #[rename(name = "cAngleSpeedRateMin")]
161 pub c_angle_speed_rate_min: f32,
162 #[static_field]
163 #[rename(name = "cAngleSpeedRateMax")]
164 pub c_angle_speed_rate_max: f32,
165 #[offset(240)]
166 #[rename(name = "m_SolaRenderObj")]
167 pub m_sola_render_obj: crate::unity_engine::gameobject::GameObject,
168 #[offset(248)]
169 #[rename(name = "m_SolaImagerRender")]
170 pub m_sola_imager_render: crate::app::dragonridesolaimagerender::DragonRideSolaImageRender,
171 #[offset(256)]
172 #[rename(name = "m_Cutin")]
173 pub m_cutin: crate::unity_engine::animator::Animator,
174 #[offset(264)]
175 #[rename(name = "m_Cutin2")]
176 pub m_cutin2: crate::unity_engine::animator::Animator,
177 #[offset(272)]
178 #[rename(name = "m_CutinSate")]
179 pub m_cutin_sate: crate::app::dragonridecamera::DragonRideCamera_CutinState,
180 #[offset(276)]
181 #[rename(name = "m_CutinTimer")]
182 pub m_cutin_timer: f32,
183 #[offset(280)]
184 #[rename(name = "m_SpecialTimer")]
185 pub m_special_timer: f32,
186 #[offset(288)]
187 #[rename(name = "m_InstructionObj")]
188 pub m_instruction_obj: crate::unity_engine::gameobject::GameObject,
189 #[offset(296)]
190 #[rename(name = "m_ShotNamingCounter")]
191 pub m_shot_naming_counter: i32,
192 #[offset(300)]
193 #[rename(name = "m_AssistNamingCounter")]
194 pub m_assist_naming_counter: i32,
195 #[offset(304)]
196 #[rename(name = "m_Config")]
197 pub m_config: crate::app::dragonrideconfig::DragonRideConfig,
198 #[offset(312)]
199 #[rename(name = "m_FaderScript")]
200 pub m_fader_script: crate::app::dragonrideeventfader::DragonRideEventFader,
201 #[offset(320)]
202 #[rename(name = "m_AssistIntervalTimer")]
203 pub m_assist_interval_timer: f32,
204 #[offset(328)]
205 #[rename(name = "cAssistIntervalFrame")]
206 pub c_assist_interval_frame: ::unity::Array<i32>,
207 #[offset(336)]
208 #[rename(name = "cLevelString")]
209 pub c_level_string: ::unity::Array<::unity::Il2CppString>,
210 #[offset(344)]
211 #[rename(name = "m_RotateSpeedXZAxis")]
212 pub m_rotate_speed_xz_axis: f32,
213 #[offset(348)]
214 #[rename(name = "m_RotateSpeedYAxis")]
215 pub m_rotate_speed_y_axis: f32,
216 #[offset(352)]
217 #[rename(name = "m_RotateHighSpeedMult")]
218 pub m_rotate_high_speed_mult: f32,
219 #[offset(356)]
220 #[rename(name = "m_XZAxisRotateMax")]
221 pub m_xz_axis_rotate_max: f32,
222 #[offset(360)]
223 #[rename(name = "m_XZAxisRotateMin")]
224 pub m_xz_axis_rotate_min: f32,
225 #[offset(364)]
226 #[rename(name = "m_YAxisRotateMax")]
227 pub m_y_axis_rotate_max: f32,
228 #[offset(368)]
229 #[rename(name = "m_YAxisRotateMin")]
230 pub m_y_axis_rotate_min: f32,
231 #[offset(372)]
232 #[rename(name = "m_ShotAdjustX")]
233 pub m_shot_adjust_x: f32,
234 #[offset(376)]
235 #[rename(name = "m_ShotAdjustY")]
236 pub m_shot_adjust_y: f32,
237 #[offset(380)]
238 #[rename(name = "m_AssistShotAngle")]
239 pub m_assist_shot_angle: f32,
240 #[offset(384)]
241 #[rename(name = "m_AssistCutInRate")]
242 pub m_assist_cut_in_rate: f32,
243 #[static_field]
244 #[rename(name = "cAssistAngleMax")]
245 pub c_assist_angle_max: f32,
246 #[offset(388)]
247 #[rename(name = "m_ShotSpeed")]
248 pub m_shot_speed: f32,
249 #[offset(392)]
250 #[rename(name = "m_AssistShotSpeed")]
251 pub m_assist_shot_speed: f32,
252 #[offset(396)]
253 #[rename(name = "m_ShotLifeSecond")]
254 pub m_shot_life_second: f32,
255 #[offset(400)]
256 #[rename(name = "m_ShotInterpStraightSec")]
257 pub m_shot_interp_straight_sec: f32,
258 #[offset(404)]
259 #[rename(name = "m_MuzzleOffsetX")]
260 pub m_muzzle_offset_x: f32,
261 #[offset(408)]
262 #[rename(name = "m_MuzzleOffsetY")]
263 pub m_muzzle_offset_y: f32,
264 #[offset(412)]
265 #[rename(name = "m_MuzzleOffsetZ")]
266 pub m_muzzle_offset_z: f32,
267 #[offset(416)]
268 #[rename(name = "m_TargetDistanceMax")]
269 pub m_target_distance_max: f32,
270 #[offset(420)]
271 #[rename(name = "m_CursorMoveHalfWidth")]
272 pub m_cursor_move_half_width: f32,
273 #[offset(424)]
274 #[rename(name = "m_CursorMoveHalfHeight")]
275 pub m_cursor_move_half_height: f32,
276 #[offset(428)]
277 #[rename(name = "m_CursorMaxSpeed")]
278 pub m_cursor_max_speed: f32,
279 #[offset(508)]
280 #[rename(name = "m_BaseAngleX")]
281 pub m_base_angle_x: f32,
282 #[offset(512)]
283 #[rename(name = "m_BaseAngleZ")]
284 pub m_base_angle_z: f32,
285 #[offset(516)]
286 #[rename(name = "m_DeviceType")]
287 pub m_device_type: crate::app::gyromnager::GyroMnager_DeviceType,
288 }
289
290 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/dragonridecamera/DragonRideCamera_TargetControleFlag.md"))]
291 #[repr(C)]
292 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
293 pub struct DragonRideCamera_TargetControleFlag {
294 pub value: i32,
295 }
296 impl ::unity::ClassIdentity for DragonRideCamera_TargetControleFlag {
297 const NAME: &'static str = "DragonRideCamera.TargetControleFlag";
298 const NAMESPACE: &'static str = "App";
299
300 fn class() -> ::unity::Class {
301 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
302 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
303 }
304 }
305 impl ::unity::IlType for DragonRideCamera_TargetControleFlag {
306 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
307 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
308 }
309 }
310 impl DragonRideCamera_TargetControleFlag {
311 pub fn none() -> Self {
312 Self { value: 1 }
313 }
314
315 pub fn show() -> Self {
316 Self { value: 2 }
317 }
318
319 pub fn hide() -> Self {
320 Self { value: 4 }
321 }
322 }
323}
324
325#[cfg(feature = "app-dragonridecamera-types")]
326pub use __types::*;
327
328#[cfg(feature = "app-dragonridecamera")]
329impl DragonRideCamera {
330 #[doc = "`GetParamTime(::unity::Il2CppString)` overload"]
331 pub fn get_param_time(name: impl ::core::convert::Into<::unity::Il2CppString>) -> f32 {
332 unsafe {
333 ::unity::il2cpp_call!((::unity::module_base()+0x1cfccf0usize)as*mut u8,f32;
334(::unity::Il2CppString)::core::convert::Into::into(name))
335 }
336 }
337}
338
339#[cfg(feature = "app-dragonridecamera")]
340pub trait IDragonRideCameraMethods: IDragonRideCamera {
341 #[doc = "`get_IsReadyPlayerModel()` overload"]
342 fn get_is_ready_player_model(self) -> bool {
343 unsafe {
344 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
345 ::unity::il2cpp_call!((::unity::module_base()+0x1cfca60usize)as*mut u8,bool;
346(DragonRideCamera)__receiver)
347 }
348 }
349 #[doc = "`set_IsReadyPlayerModel(bool)` overload"]
350 fn set_is_ready_player_model(self, value: impl ::core::convert::Into<bool>) -> () {
351 unsafe {
352 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
353 ::unity::il2cpp_call!((::unity::module_base()+0x1cfca70usize)as*mut u8,();
354(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
355 }
356 }
357 #[doc = "`get_IsReadyAssistModel()` overload"]
358 fn get_is_ready_assist_model(self) -> bool {
359 unsafe {
360 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
361 ::unity::il2cpp_call!((::unity::module_base()+0x1cfca80usize)as*mut u8,bool;
362(DragonRideCamera)__receiver)
363 }
364 }
365 #[doc = "`set_IsReadyAssistModel(bool)` overload"]
366 fn set_is_ready_assist_model(self, value: impl ::core::convert::Into<bool>) -> () {
367 unsafe {
368 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
369 ::unity::il2cpp_call!((::unity::module_base()+0x1cfca90usize)as*mut u8,();
370(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
371 }
372 }
373 #[doc = "`get_CameraRoateteParamName()` overload"]
374 fn get_camera_roatete_param_name(self) -> ::unity::Il2CppString {
375 unsafe {
376 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
377 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcaa0usize)as*mut u8, ::unity::Il2CppString;
378(DragonRideCamera)__receiver)
379 }
380 }
381 #[doc = "`get_IsSpecialTime()` overload"]
382 fn get_is_special_time(self) -> bool {
383 unsafe {
384 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
385 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcab0usize)as*mut u8,bool;
386(DragonRideCamera)__receiver)
387 }
388 }
389 #[doc = "`set_IsSpecialTime(bool)` overload"]
390 fn set_is_special_time(self, value: impl ::core::convert::Into<bool>) -> () {
391 unsafe {
392 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
393 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcac0usize)as*mut u8,();
394(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
395 }
396 }
397 #[doc = "`get_IsRailFinished()` overload"]
398 fn get_is_rail_finished(self) -> bool {
399 unsafe {
400 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
401 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcad0usize)as*mut u8,bool;
402(DragonRideCamera)__receiver)
403 }
404 }
405 #[doc = "`set_IsRailFinished(bool)` overload"]
406 fn set_is_rail_finished(self, value: impl ::core::convert::Into<bool>) -> () {
407 unsafe {
408 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
409 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcae0usize)as*mut u8,();
410(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
411 }
412 }
413 #[doc = "`get_IsFirstCameraEventFinish()` overload"]
414 fn get_is_first_camera_event_finish(self) -> bool {
415 unsafe {
416 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
417 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcaf0usize)as*mut u8,bool;
418(DragonRideCamera)__receiver)
419 }
420 }
421 #[doc = "`set_IsFirstCameraEventFinish(bool)` overload"]
422 fn set_is_first_camera_event_finish(self, value: impl ::core::convert::Into<bool>) -> () {
423 unsafe {
424 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
425 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb00usize)as*mut u8,();
426(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
427 }
428 }
429 #[doc = "`get_IsEventCamera()` overload"]
430 fn get_is_event_camera(self) -> bool {
431 unsafe {
432 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
433 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb10usize)as*mut u8,bool;
434(DragonRideCamera)__receiver)
435 }
436 }
437 #[doc = "`set_IsEventCamera(bool)` overload"]
438 fn set_is_event_camera(self, value: impl ::core::convert::Into<bool>) -> () {
439 unsafe {
440 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
441 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb20usize)as*mut u8,();
442(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
443 }
444 }
445 #[doc = "`get_IsReadyEventCamera()` overload"]
446 fn get_is_ready_event_camera(self) -> bool {
447 unsafe {
448 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
449 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb30usize)as*mut u8,bool;
450(DragonRideCamera)__receiver)
451 }
452 }
453 #[doc = "`set_IsReadyEventCamera(bool)` overload"]
454 fn set_is_ready_event_camera(self, value: impl ::core::convert::Into<bool>) -> () {
455 unsafe {
456 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
457 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb40usize)as*mut u8,();
458(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
459 }
460 }
461 #[doc = "`get_LastEventTime()` overload"]
462 fn get_last_event_time(self) -> f64 {
463 unsafe {
464 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
465 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb50usize)as*mut u8,f64;
466(DragonRideCamera)__receiver)
467 }
468 }
469 #[doc = "`set_LastEventTime(f64)` overload"]
470 fn set_last_event_time(self, value: impl ::core::convert::Into<f64>) -> () {
471 unsafe {
472 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
473 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb60usize)as*mut u8,();
474(DragonRideCamera)__receiver,(f64)::core::convert::Into::into(value))
475 }
476 }
477 #[doc = "`get_LastControleTargetTime()` overload"]
478 fn get_last_controle_target_time(self) -> f64 {
479 unsafe {
480 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
481 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb70usize)as*mut u8,f64;
482(DragonRideCamera)__receiver)
483 }
484 }
485 #[doc = "`set_LastControleTargetTime(f64)` overload"]
486 fn set_last_controle_target_time(self, value: impl ::core::convert::Into<f64>) -> () {
487 unsafe {
488 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
489 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb80usize)as*mut u8,();
490(DragonRideCamera)__receiver,(f64)::core::convert::Into::into(value))
491 }
492 }
493 #[doc = "`get_LastFadeMarkerTime()` overload"]
494 fn get_last_fade_marker_time(self) -> f64 {
495 unsafe {
496 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
497 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcb90usize)as*mut u8,f64;
498(DragonRideCamera)__receiver)
499 }
500 }
501 #[doc = "`set_LastFadeMarkerTime(f64)` overload"]
502 fn set_last_fade_marker_time(self, value: impl ::core::convert::Into<f64>) -> () {
503 unsafe {
504 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
505 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcba0usize)as*mut u8,();
506(DragonRideCamera)__receiver,(f64)::core::convert::Into::into(value))
507 }
508 }
509 #[doc = "`get_IsNeedAssistRequest()` overload"]
510 fn get_is_need_assist_request(self) -> bool {
511 unsafe {
512 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
513 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcbb0usize)as*mut u8,bool;
514(DragonRideCamera)__receiver)
515 }
516 }
517 #[doc = "`set_IsNeedAssistRequest(bool)` overload"]
518 fn set_is_need_assist_request(self, value: impl ::core::convert::Into<bool>) -> () {
519 unsafe {
520 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
521 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcbc0usize)as*mut u8,();
522(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
523 }
524 }
525 #[doc = "`get_AssistLevel()` overload"]
526 fn get_assist_level(self) -> i32 {
527 unsafe {
528 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
529 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcbd0usize)as*mut u8,i32;
530(DragonRideCamera)__receiver)
531 }
532 }
533 #[doc = "`set_AssistLevel(i32)` overload"]
534 fn set_assist_level(self, value: impl ::core::convert::Into<i32>) -> () {
535 unsafe {
536 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
537 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcbe0usize)as*mut u8,();
538(DragonRideCamera)__receiver,(i32)::core::convert::Into::into(value))
539 }
540 }
541 #[doc = "`get_IsAssist()` overload"]
542 fn get_is_assist(self) -> bool {
543 unsafe {
544 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
545 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcbf0usize)as*mut u8,bool;
546(DragonRideCamera)__receiver)
547 }
548 }
549 #[doc = "`get_IsPlaySpecialSE()` overload"]
550 fn get_is_play_special_se(self) -> bool {
551 unsafe {
552 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
553 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc00usize)as*mut u8,bool;
554(DragonRideCamera)__receiver)
555 }
556 }
557 #[doc = "`set_IsPlaySpecialSE(bool)` overload"]
558 fn set_is_play_special_se(self, value: impl ::core::convert::Into<bool>) -> () {
559 unsafe {
560 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
561 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc10usize)as*mut u8,();
562(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
563 }
564 }
565 #[doc = "`get_IsNeedTestPatternRequest()` overload"]
566 fn get_is_need_test_pattern_request(self) -> bool {
567 unsafe {
568 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
569 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc20usize)as*mut u8,bool;
570(DragonRideCamera)__receiver)
571 }
572 }
573 #[doc = "`set_IsNeedTestPatternRequest(bool)` overload"]
574 fn set_is_need_test_pattern_request(self, value: impl ::core::convert::Into<bool>) -> () {
575 unsafe {
576 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
577 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc30usize)as*mut u8,();
578(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
579 }
580 }
581 #[doc = "`get_TestPatternRequest()` overload"]
582 fn get_test_pattern_request(self) -> ::unity::Il2CppString {
583 unsafe {
584 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
585 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc40usize)as*mut u8, ::unity::Il2CppString;
586(DragonRideCamera)__receiver)
587 }
588 }
589 #[doc = "`set_TestPatternRequest(::unity::Il2CppString)` overload"]
590 fn set_test_pattern_request(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
591 unsafe {
592 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
593 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc50usize)as*mut u8,();
594(DragonRideCamera)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
595 }
596 }
597 #[doc = "`get_TestPatternCount()` overload"]
598 fn get_test_pattern_count(self) -> i32 {
599 unsafe {
600 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
601 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc60usize)as*mut u8,i32;
602(DragonRideCamera)__receiver)
603 }
604 }
605 #[doc = "`set_TestPatternCount(i32)` overload"]
606 fn set_test_pattern_count(self, value: impl ::core::convert::Into<i32>) -> () {
607 unsafe {
608 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
609 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc70usize)as*mut u8,();
610(DragonRideCamera)__receiver,(i32)::core::convert::Into::into(value))
611 }
612 }
613 #[doc = "`get_TargetShowHideFlag()` overload"]
614 fn get_target_show_hide_flag(self) -> crate::app::dragonridecamera::DragonRideCamera_TargetControleFlag {
615 unsafe {
616 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
617 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc80usize)as*mut u8,crate::app::dragonridecamera::DragonRideCamera_TargetControleFlag;
618(DragonRideCamera)__receiver)
619 }
620 }
621 #[doc = "`set_TargetShowHideFlag(crate::app::dragonridecamera::DragonRideCamera_TargetControleFlag)` overload"]
622 fn set_target_show_hide_flag(self, value: impl ::core::convert::Into<crate::app::dragonridecamera::DragonRideCamera_TargetControleFlag>) -> () {
623 unsafe {
624 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
625 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcc90usize)as*mut u8,();
626(DragonRideCamera)__receiver,(crate::app::dragonridecamera::DragonRideCamera_TargetControleFlag)::core::convert::Into::into(value))
627 }
628 }
629 #[doc = "`get_IsPauseStop()` overload"]
630 fn get_is_pause_stop(self) -> bool {
631 unsafe {
632 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
633 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcca0usize)as*mut u8,bool;
634(DragonRideCamera)__receiver)
635 }
636 }
637 #[doc = "`set_IsPauseStop(bool)` overload"]
638 fn set_is_pause_stop(self, value: impl ::core::convert::Into<bool>) -> () {
639 unsafe {
640 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
641 ::unity::il2cpp_call!((::unity::module_base()+0x1cfccb0usize)as*mut u8,();
642(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
643 }
644 }
645 #[doc = "`get_RetireGame()` overload"]
646 fn get_retire_game(self) -> bool {
647 unsafe {
648 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
649 ::unity::il2cpp_call!((::unity::module_base()+0x1cfccc0usize)as*mut u8,bool;
650(DragonRideCamera)__receiver)
651 }
652 }
653 #[doc = "`set_RetireGame(bool)` overload"]
654 fn set_retire_game(self, value: impl ::core::convert::Into<bool>) -> () {
655 unsafe {
656 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
657 ::unity::il2cpp_call!((::unity::module_base()+0x1cfccd0usize)as*mut u8,();
658(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(value))
659 }
660 }
661 #[doc = "`OnEnable()` overload"]
662 fn on_enable(self) -> () {
663 unsafe {
664 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
665 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcce0usize)as*mut u8,();
666(DragonRideCamera)__receiver)
667 }
668 }
669 #[doc = "`Start()` overload"]
670 fn start(self) -> () {
671 unsafe {
672 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
673 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcd30usize)as*mut u8,();
674(DragonRideCamera)__receiver)
675 }
676 }
677 #[doc = "`ResetCursol(bool)` overload"]
678 fn reset_cursol(self, is_reset_angle: impl ::core::convert::Into<bool>) -> () {
679 unsafe {
680 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
681 ::unity::il2cpp_call!((::unity::module_base()+0x1cfcd40usize)as*mut u8,();
682(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(is_reset_angle))
683 }
684 }
685 #[doc = "`CreateDragonRideCharacter(crate::combat::characterappearance::CharacterAppearance, crate::unity_engine::transform::Transform, bool)` overload"]
686 fn create_dragon_ride_character(
687 self,
688 app: impl ::core::convert::Into<crate::combat::characterappearance::CharacterAppearance>,
689 parent: impl ::core::convert::Into<crate::unity_engine::transform::Transform>,
690 invisible: impl ::core::convert::Into<bool>,
691 ) -> crate::combat::character::Character {
692 unsafe {
693 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
694 ::unity::il2cpp_call!((::unity::module_base()+0x1cfd310usize)as*mut u8,crate::combat::character::Character;
695(DragonRideCamera)__receiver,(crate::combat::characterappearance::CharacterAppearance)::core::convert::Into::into(app),(crate::unity_engine::transform::Transform)::core::convert::Into::into(parent),(bool)::core::convert::Into::into(invisible))
696 }
697 }
698 #[doc = "`CreateDragonModel()` overload"]
699 fn create_dragon_model(self) -> () {
700 unsafe {
701 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
702 ::unity::il2cpp_call!((::unity::module_base()+0x1cfd400usize)as*mut u8,();
703(DragonRideCamera)__receiver)
704 }
705 }
706 #[doc = "`CreateAssistModel()` overload"]
707 fn create_assist_model(self) -> () {
708 unsafe {
709 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
710 ::unity::il2cpp_call!((::unity::module_base()+0x1cfd640usize)as*mut u8,();
711(DragonRideCamera)__receiver)
712 }
713 }
714 #[doc = "`InitializeCameraBase()` overload"]
715 fn initialize_camera_base(self) -> () {
716 unsafe {
717 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
718 ::unity::il2cpp_call!((::unity::module_base()+0x1cfdad0usize)as*mut u8,();
719(DragonRideCamera)__receiver)
720 }
721 }
722 #[doc = "`CheckEnableCutin()` overload"]
723 fn check_enable_cutin(self) -> bool {
724 unsafe {
725 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
726 ::unity::il2cpp_call!((::unity::module_base()+0x1cfe350usize)as*mut u8,bool;
727(DragonRideCamera)__receiver)
728 }
729 }
730 #[doc = "`OpenCutin()` overload"]
731 fn open_cutin(self) -> () {
732 unsafe {
733 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
734 ::unity::il2cpp_call!((::unity::module_base()+0x1cfe360usize)as*mut u8,();
735(DragonRideCamera)__receiver)
736 }
737 }
738 #[doc = "`CloseCutin()` overload"]
739 fn close_cutin(self) -> () {
740 unsafe {
741 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
742 ::unity::il2cpp_call!((::unity::module_base()+0x1cfe4a0usize)as*mut u8,();
743(DragonRideCamera)__receiver)
744 }
745 }
746 #[doc = "`FinalizeCameraBase()` overload"]
747 fn finalize_camera_base(self) -> () {
748 unsafe {
749 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
750 ::unity::il2cpp_call!((::unity::module_base()+0x1cfe570usize)as*mut u8,();
751(DragonRideCamera)__receiver)
752 }
753 }
754 #[doc = "`InitializeCourseCamera(::unity::Il2CppString, i32)` overload"]
755 fn initialize_course_camera(self, course_id: impl ::core::convert::Into<::unity::Il2CppString>, level: impl ::core::convert::Into<i32>) -> () {
756 unsafe {
757 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
758 ::unity::il2cpp_call!((::unity::module_base()+0x1cfe900usize)as*mut u8,();
759(DragonRideCamera)__receiver,(::unity::Il2CppString)::core::convert::Into::into(course_id),(i32)::core::convert::Into::into(level))
760 }
761 }
762 #[doc = "`InitFake()` overload"]
763 fn init_fake(self) -> () {
764 unsafe {
765 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
766 ::unity::il2cpp_call!((::unity::module_base()+0x1cfec50usize)as*mut u8,();
767(DragonRideCamera)__receiver)
768 }
769 }
770 #[doc = "`TickFake()` overload"]
771 fn tick_fake(self) -> () {
772 unsafe {
773 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
774 ::unity::il2cpp_call!((::unity::module_base()+0x1cfec60usize)as*mut u8,();
775(DragonRideCamera)__receiver)
776 }
777 }
778 #[doc = "`StartTimeline()` overload"]
779 fn start_timeline(self) -> () {
780 unsafe {
781 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
782 ::unity::il2cpp_call!((::unity::module_base()+0x1cfec70usize)as*mut u8,();
783(DragonRideCamera)__receiver)
784 }
785 }
786 #[doc = "`UpdateCameraParam()` overload"]
787 fn update_camera_param(self) -> () {
788 unsafe {
789 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
790 ::unity::il2cpp_call!((::unity::module_base()+0x1cfec80usize)as*mut u8,();
791(DragonRideCamera)__receiver)
792 }
793 }
794 #[doc = "`UpdateCameraParam_Key()` overload"]
795 fn update_camera_param_key(self) -> () {
796 unsafe {
797 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
798 ::unity::il2cpp_call!((::unity::module_base()+0x1cff480usize)as*mut u8,();
799(DragonRideCamera)__receiver)
800 }
801 }
802 #[doc = "`UpdateCameraParam_Gyro(bool)` overload"]
803 fn update_camera_param_gyro(self, is_reset: impl ::core::convert::Into<bool>) -> () {
804 unsafe {
805 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
806 ::unity::il2cpp_call!((::unity::module_base()+0x1cfce00usize)as*mut u8,();
807(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(is_reset))
808 }
809 }
810 #[doc = "`CommitCamera()` overload"]
811 fn commit_camera(self) -> () {
812 unsafe {
813 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
814 ::unity::il2cpp_call!((::unity::module_base()+0x1d001a0usize)as*mut u8,();
815(DragonRideCamera)__receiver)
816 }
817 }
818 #[doc = "`CommitEventCamera()` overload"]
819 fn commit_event_camera(self) -> () {
820 unsafe {
821 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
822 ::unity::il2cpp_call!((::unity::module_base()+0x1d002f0usize)as*mut u8,();
823(DragonRideCamera)__receiver)
824 }
825 }
826 #[doc = "`UpdateShot()` overload"]
827 fn update_shot(self) -> () {
828 unsafe {
829 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
830 ::unity::il2cpp_call!((::unity::module_base()+0x1d00440usize)as*mut u8,();
831(DragonRideCamera)__receiver)
832 }
833 }
834 #[doc = "`UpdateAssist()` overload"]
835 fn update_assist(self) -> () {
836 unsafe {
837 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
838 ::unity::il2cpp_call!((::unity::module_base()+0x1d01350usize)as*mut u8,();
839(DragonRideCamera)__receiver)
840 }
841 }
842 #[doc = "`GetForwardVec()` overload"]
843 fn get_forward_vec(self) -> crate::unity_engine::vector3::Vector3 {
844 unsafe {
845 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
846 ::unity::il2cpp_call!((::unity::module_base()+0x1d01420usize)as*mut u8,crate::unity_engine::vector3::Vector3;
847(DragonRideCamera)__receiver)
848 }
849 }
850 #[doc = "`GetAssistShotDotRate()` overload"]
851 fn get_assist_shot_dot_rate(self) -> f32 {
852 unsafe {
853 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
854 ::unity::il2cpp_call!((::unity::module_base()+0x1d01440usize)as*mut u8,f32;
855(DragonRideCamera)__receiver)
856 }
857 }
858 #[doc = "`GetAssistCutInDotRate()` overload"]
859 fn get_assist_cut_in_dot_rate(self) -> f32 {
860 unsafe {
861 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
862 ::unity::il2cpp_call!((::unity::module_base()+0x1d01460usize)as*mut u8,f32;
863(DragonRideCamera)__receiver)
864 }
865 }
866 #[doc = "`AssistShot(bool, crate::unity_engine::vector3::Vector3, bool)` overload"]
867 fn assist_shot(
868 self,
869 is_aiming: impl ::core::convert::Into<bool>,
870 aim_pos: impl ::core::convert::Into<crate::unity_engine::vector3::Vector3>,
871 is_penetrate: impl ::core::convert::Into<bool>,
872 ) -> () {
873 unsafe {
874 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
875 ::unity::il2cpp_call!((::unity::module_base()+0x1d01470usize)as*mut u8,();
876(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(is_aiming),(crate::unity_engine::vector3::Vector3)::core::convert::Into::into(aim_pos),(bool)::core::convert::Into::into(is_penetrate))
877 }
878 }
879 #[doc = "`SetTestPattern(::unity::Il2CppString, i32)` overload"]
880 fn set_test_pattern(self, pattern_id: impl ::core::convert::Into<::unity::Il2CppString>, num: impl ::core::convert::Into<i32>) -> () {
881 unsafe {
882 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
883 ::unity::il2cpp_call!((::unity::module_base()+0x1d017b0usize)as*mut u8,();
884(DragonRideCamera)__receiver,(::unity::Il2CppString)::core::convert::Into::into(pattern_id),(i32)::core::convert::Into::into(num))
885 }
886 }
887 #[doc = "`GetSelectedTestPatternNum()` overload"]
888 fn get_selected_test_pattern_num(self) -> i32 {
889 unsafe {
890 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
891 ::unity::il2cpp_call!((::unity::module_base()+0x1d017f0usize)as*mut u8,i32;
892(DragonRideCamera)__receiver)
893 }
894 }
895 #[doc = "`FixedUpdate()` overload"]
896 fn fixed_update(self) -> () {
897 unsafe {
898 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
899 ::unity::il2cpp_call!((::unity::module_base()+0x1d01800usize)as*mut u8,();
900(DragonRideCamera)__receiver)
901 }
902 }
903 #[doc = "`TickMain()` overload"]
904 fn tick_main(self) -> () {
905 unsafe {
906 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
907 ::unity::il2cpp_call!((::unity::module_base()+0x1d01810usize)as*mut u8,();
908(DragonRideCamera)__receiver)
909 }
910 }
911 #[doc = "`TickResult()` overload"]
912 fn tick_result(self) -> () {
913 unsafe {
914 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
915 ::unity::il2cpp_call!((::unity::module_base()+0x1d01ee0usize)as*mut u8,();
916(DragonRideCamera)__receiver)
917 }
918 }
919 #[doc = "`_RefreshObj(*mutcrate::unity_engine::gameobject::GameObject)` overload"]
920 fn refresh_obj(self) -> crate::unity_engine::gameobject::GameObject {
921 unsafe {
922 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
923 let mut __out_0 = ::core::mem::MaybeUninit::<crate::unity_engine::gameobject::GameObject>::uninit();
924 ::unity::il2cpp_call!((::unity::module_base()+0x1d020a0usize)as*mut u8,();
925(DragonRideCamera)__receiver,(*mut crate::unity_engine::gameobject::GameObject)__out_0.as_mut_ptr());
926 __out_0.assume_init()
927 }
928 }
929 #[doc = "`FinalizeCourseCamera()` overload"]
930 fn finalize_course_camera(self) -> () {
931 unsafe {
932 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
933 ::unity::il2cpp_call!((::unity::module_base()+0x1d02150usize)as*mut u8,();
934(DragonRideCamera)__receiver)
935 }
936 }
937 #[doc = "`SetEventMode(bool, f64, crate::unity_engine::gameobject::GameObject)` overload"]
938 fn set_event_mode(
939 self,
940 flag: impl ::core::convert::Into<bool>,
941 time: impl ::core::convert::Into<f64>,
942 notify_obj: impl ::core::convert::Into<crate::unity_engine::gameobject::GameObject>,
943 ) -> () {
944 unsafe {
945 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
946 ::unity::il2cpp_call!((::unity::module_base()+0x1d02260usize)as*mut u8,();
947(DragonRideCamera)__receiver,(bool)::core::convert::Into::into(flag),(f64)::core::convert::Into::into(time),(crate::unity_engine::gameobject::GameObject)::core::convert::Into::into(notify_obj))
948 }
949 }
950 #[doc = "`PlayOneShotSE(::unity::Il2CppString)` overload"]
951 fn play_one_shot_se(self, label: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
952 unsafe {
953 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
954 ::unity::il2cpp_call!((::unity::module_base()+0x1d02600usize)as*mut u8,();
955(DragonRideCamera)__receiver,(::unity::Il2CppString)::core::convert::Into::into(label))
956 }
957 }
958 #[doc = "`FinishRail()` overload"]
959 fn finish_rail(self) -> () {
960 unsafe {
961 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
962 ::unity::il2cpp_call!((::unity::module_base()+0x1d02670usize)as*mut u8,();
963(DragonRideCamera)__receiver)
964 }
965 }
966 #[doc = "`SetShowGroupList(::unity::Array<::unity::Il2CppString>, f64)` overload"]
967 fn set_show_group_list(
968 self,
969 group_list: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
970 time: impl ::core::convert::Into<f64>,
971 ) -> () {
972 unsafe {
973 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
974 ::unity::il2cpp_call!((::unity::module_base()+0x1d02680usize)as*mut u8,();
975(DragonRideCamera)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(group_list),(f64)::core::convert::Into::into(time))
976 }
977 }
978 #[doc = "`SetHideGroupList(::unity::Array<::unity::Il2CppString>, f64)` overload"]
979 fn set_hide_group_list(
980 self,
981 group_list: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
982 time: impl ::core::convert::Into<f64>,
983 ) -> () {
984 unsafe {
985 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
986 ::unity::il2cpp_call!((::unity::module_base()+0x1d026d0usize)as*mut u8,();
987(DragonRideCamera)__receiver,(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(group_list),(f64)::core::convert::Into::into(time))
988 }
989 }
990 #[doc = "`GetControleGroupList(*mut::unity::Array<::unity::Il2CppString>)` overload"]
991 fn get_controle_group_list(self) -> ::unity::Array<::unity::Il2CppString> {
992 unsafe {
993 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
994 let mut __out_0 = ::core::mem::MaybeUninit::<::unity::Array<::unity::Il2CppString>>::uninit();
995 ::unity::il2cpp_call!((::unity::module_base()+0x1d02720usize)as*mut u8,();
996(DragonRideCamera)__receiver,(*mut::unity::Array< ::unity::Il2CppString>)__out_0.as_mut_ptr());
997 __out_0.assume_init()
998 }
999 }
1000 #[doc = "`SetResultMode()` overload"]
1001 fn set_result_mode(self) -> () {
1002 unsafe {
1003 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1004 ::unity::il2cpp_call!((::unity::module_base()+0x1d02760usize)as*mut u8,();
1005(DragonRideCamera)__receiver)
1006 }
1007 }
1008 #[doc = "`GetTimelineMsec()` overload"]
1009 fn get_timeline_msec(self) -> f64 {
1010 unsafe {
1011 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1012 ::unity::il2cpp_call!((::unity::module_base()+0x1d02a30usize)as*mut u8,f64;
1013(DragonRideCamera)__receiver)
1014 }
1015 }
1016 #[doc = "`RunEventFadeIn(crate::app::dragon_ride::fadetype_2::FadeType_2)` overload"]
1017 fn run_event_fade_in(self, r#type: impl ::core::convert::Into<crate::app::dragon_ride::fadetype_2::FadeType_2>) -> () {
1018 unsafe {
1019 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1020 ::unity::il2cpp_call!((::unity::module_base()+0x1d02ad0usize)as*mut u8,();
1021(DragonRideCamera)__receiver,(crate::app::dragon_ride::fadetype_2::FadeType_2)::core::convert::Into::into(r#type))
1022 }
1023 }
1024 #[doc = "`RunEventFadeOut(crate::app::dragon_ride::fadetype_2::FadeType_2)` overload"]
1025 fn run_event_fade_out(self, r#type: impl ::core::convert::Into<crate::app::dragon_ride::fadetype_2::FadeType_2>) -> () {
1026 unsafe {
1027 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1028 ::unity::il2cpp_call!((::unity::module_base()+0x1d02ae0usize)as*mut u8,();
1029(DragonRideCamera)__receiver,(crate::app::dragon_ride::fadetype_2::FadeType_2)::core::convert::Into::into(r#type))
1030 }
1031 }
1032 #[doc = "`SetSpecialTime()` overload"]
1033 fn set_special_time(self) -> () {
1034 unsafe {
1035 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1036 ::unity::il2cpp_call!((::unity::module_base()+0x1d02af0usize)as*mut u8,();
1037(DragonRideCamera)__receiver)
1038 }
1039 }
1040 #[doc = "`CreateStartTelop()` overload"]
1041 fn create_start_telop(self) -> () {
1042 unsafe {
1043 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1044 ::unity::il2cpp_call!((::unity::module_base()+0x1d02b40usize)as*mut u8,();
1045(DragonRideCamera)__receiver)
1046 }
1047 }
1048 #[doc = "`CreateFinishTelop()` overload"]
1049 fn create_finish_telop(self) -> () {
1050 unsafe {
1051 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1052 ::unity::il2cpp_call!((::unity::module_base()+0x1d02b60usize)as*mut u8,();
1053(DragonRideCamera)__receiver)
1054 }
1055 }
1056 #[doc = "`StopWindLineEffect()` overload"]
1057 fn stop_wind_line_effect(self) -> () {
1058 unsafe {
1059 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1060 ::unity::il2cpp_call!((::unity::module_base()+0x1d02b80usize)as*mut u8,();
1061(DragonRideCamera)__receiver)
1062 }
1063 }
1064 #[doc = "`RestartWindLineEffect()` overload"]
1065 fn restart_wind_line_effect(self) -> () {
1066 unsafe {
1067 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1068 ::unity::il2cpp_call!((::unity::module_base()+0x1d02ba0usize)as*mut u8,();
1069(DragonRideCamera)__receiver)
1070 }
1071 }
1072 #[doc = "`PlaySpecialBurstSE()` overload"]
1073 fn play_special_burst_se(self) -> () {
1074 unsafe {
1075 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1076 ::unity::il2cpp_call!((::unity::module_base()+0x1d01250usize)as*mut u8,();
1077(DragonRideCamera)__receiver)
1078 }
1079 }
1080 #[doc = "`StopSpecialBurstSE()` overload"]
1081 fn stop_special_burst_se(self) -> () {
1082 unsafe {
1083 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1084 ::unity::il2cpp_call!((::unity::module_base()+0x1cff3d0usize)as*mut u8,();
1085(DragonRideCamera)__receiver)
1086 }
1087 }
1088 #[doc = "`.ctor()` overload"]
1089 fn ctor(self) -> () {
1090 unsafe {
1091 let __receiver = <DragonRideCamera as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1092 ::unity::il2cpp_call!((::unity::module_base()+0x1d02bb0usize)as*mut u8,();
1093(DragonRideCamera)__receiver)
1094 }
1095 }
1096}
1097
1098#[cfg(feature = "app-dragonridecamera")]
1099impl<__T: IDragonRideCamera> IDragonRideCameraMethods for __T {}
1100
1101#[cfg(feature = "app-dragonridecamera")]
1102impl DragonRideCamera {
1103 pub fn get_is_ready_player_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1104 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
1105 }
1106
1107 pub fn set_is_ready_player_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1108 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
1109 }
1110
1111 pub fn get_is_ready_assist_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1112 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
1113 }
1114
1115 pub fn set_is_ready_assist_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1116 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
1117 }
1118
1119 pub fn get_camera_roatete_param_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1120 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
1121 }
1122
1123 pub fn get_is_special_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1124 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
1125 }
1126
1127 pub fn set_is_special_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1128 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
1129 }
1130
1131 pub fn get_is_rail_finished_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1132 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
1133 }
1134
1135 pub fn set_is_rail_finished_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1136 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
1137 }
1138
1139 pub fn get_is_first_camera_event_finish_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1140 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
1141 }
1142
1143 pub fn set_is_first_camera_event_finish_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1144 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
1145 }
1146
1147 pub fn get_is_event_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1148 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
1149 }
1150
1151 pub fn set_is_event_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1152 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
1153 }
1154
1155 pub fn get_is_ready_event_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1156 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
1157 }
1158
1159 pub fn set_is_ready_event_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1160 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
1161 }
1162
1163 pub fn get_last_event_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1164 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
1165 }
1166
1167 pub fn set_last_event_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1168 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
1169 }
1170
1171 pub fn get_last_controle_target_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1172 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
1173 }
1174
1175 pub fn set_last_controle_target_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1176 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
1177 }
1178
1179 pub fn get_last_fade_marker_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1180 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
1181 }
1182
1183 pub fn set_last_fade_marker_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1184 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
1185 }
1186
1187 pub fn get_is_need_assist_request_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1188 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
1189 }
1190
1191 pub fn set_is_need_assist_request_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1192 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
1193 }
1194
1195 pub fn get_assist_level_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1196 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
1197 }
1198
1199 pub fn set_assist_level_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1200 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
1201 }
1202
1203 pub fn get_is_assist_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1204 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
1205 }
1206
1207 pub fn get_is_play_special_se_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1208 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
1209 }
1210
1211 pub fn set_is_play_special_se_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1212 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
1213 }
1214
1215 pub fn get_is_need_test_pattern_request_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1216 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
1217 }
1218
1219 pub fn set_is_need_test_pattern_request_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1220 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
1221 }
1222
1223 pub fn get_test_pattern_request_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1224 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
1225 }
1226
1227 pub fn set_test_pattern_request_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1228 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
1229 }
1230
1231 pub fn get_test_pattern_count_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1232 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
1233 }
1234
1235 pub fn set_test_pattern_count_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1236 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
1237 }
1238
1239 pub fn get_target_show_hide_flag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1240 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
1241 }
1242
1243 pub fn set_target_show_hide_flag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1244 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
1245 }
1246
1247 pub fn get_is_pause_stop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1248 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
1249 }
1250
1251 pub fn set_is_pause_stop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1252 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
1253 }
1254
1255 pub fn get_retire_game_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1256 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
1257 }
1258
1259 pub fn set_retire_game_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1260 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
1261 }
1262
1263 pub fn on_enable_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1264 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
1265 }
1266
1267 pub fn get_param_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1268 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
1269 }
1270
1271 pub fn start_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1272 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
1273 }
1274
1275 pub fn reset_cursol_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1276 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
1277 }
1278
1279 pub fn create_dragon_ride_character_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1280 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
1281 }
1282
1283 pub fn create_dragon_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1284 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
1285 }
1286
1287 pub fn create_assist_model_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1288 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
1289 }
1290
1291 pub fn initialize_camera_base_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1292 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
1293 }
1294
1295 pub fn check_enable_cutin_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1296 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
1297 }
1298
1299 pub fn open_cutin_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1300 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
1301 }
1302
1303 pub fn close_cutin_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1304 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
1305 }
1306
1307 pub fn finalize_camera_base_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1308 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
1309 }
1310
1311 pub fn initialize_course_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1312 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
1313 }
1314
1315 pub fn init_fake_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1316 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
1317 }
1318
1319 pub fn tick_fake_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1320 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
1321 }
1322
1323 pub fn start_timeline_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1324 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
1325 }
1326
1327 pub fn update_camera_param_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1328 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
1329 }
1330
1331 pub fn update_camera_param_key_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1332 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
1333 }
1334
1335 pub fn update_camera_param_gyro_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1336 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
1337 }
1338
1339 pub fn commit_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1340 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
1341 }
1342
1343 pub fn commit_event_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1344 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
1345 }
1346
1347 pub fn update_shot_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1348 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
1349 }
1350
1351 pub fn update_assist_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1352 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
1353 }
1354
1355 pub fn get_forward_vec_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1356 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
1357 }
1358
1359 pub fn get_assist_shot_dot_rate_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1360 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
1361 }
1362
1363 pub fn get_assist_cut_in_dot_rate_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1364 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
1365 }
1366
1367 pub fn assist_shot_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1368 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
1369 }
1370
1371 pub fn set_test_pattern_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1372 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
1373 }
1374
1375 pub fn get_selected_test_pattern_num_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1376 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
1377 }
1378
1379 pub fn fixed_update_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1380 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
1381 }
1382
1383 pub fn tick_main_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1384 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
1385 }
1386
1387 pub fn tick_result_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1388 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
1389 }
1390
1391 pub fn refresh_obj_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1392 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
1393 }
1394
1395 pub fn finalize_course_camera_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1396 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
1397 }
1398
1399 pub fn set_event_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1400 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
1401 }
1402
1403 pub fn play_one_shot_se_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1404 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
1405 }
1406
1407 pub fn finish_rail_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1408 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[76]
1409 }
1410
1411 pub fn set_show_group_list_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1412 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[77]
1413 }
1414
1415 pub fn set_hide_group_list_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1416 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[78]
1417 }
1418
1419 pub fn get_controle_group_list_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1420 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[79]
1421 }
1422
1423 pub fn set_result_mode_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1424 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[80]
1425 }
1426
1427 pub fn get_timeline_msec_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1428 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[81]
1429 }
1430
1431 pub fn run_event_fade_in_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1432 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[82]
1433 }
1434
1435 pub fn run_event_fade_out_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1436 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[83]
1437 }
1438
1439 pub fn set_special_time_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1440 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[84]
1441 }
1442
1443 pub fn create_start_telop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1444 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[85]
1445 }
1446
1447 pub fn create_finish_telop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1448 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[86]
1449 }
1450
1451 pub fn stop_wind_line_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1452 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[87]
1453 }
1454
1455 pub fn restart_wind_line_effect_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1456 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[88]
1457 }
1458
1459 pub fn play_special_burst_se_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1460 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[89]
1461 }
1462
1463 pub fn stop_special_burst_se_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1464 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[90]
1465 }
1466
1467 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1468 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[91]
1469 }
1470}
1471
1472#[cfg(feature = "app-dragonridecamera")]
1473impl DragonRideCamera {
1474 #[doc = "`.ctor()` — no args"]
1475 pub fn new() -> Self {
1476 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
1477 panic!(
1478 "{}
1479::{}
1480 failed to instantiate",
1481 ::core::stringify!(DragonRideCamera),
1482 ::core::stringify!(new),
1483 )
1484 });
1485 <Self as IDragonRideCameraMethods>::ctor(this);
1486 this
1487 }
1488}
1489
1490#[cfg(feature = "app-dragonridecamera")]
1491#[doc(hidden)]
1492pub mod prelude {
1493 pub use super::{
1494 DragonRideCamera, DragonRideCamera_CutinState, DragonRideCamera_TargetControleFlag, IDragonRideCamera, IDragonRideCameraMethods,
1495 };
1496 #[cfg(feature = "system-object")]
1497 pub use crate::system::object::IObjectMethods;
1498 #[cfg(feature = "system-enum")]
1499 pub use crate::system::r#enum::IEnumMethods;
1500 #[cfg(feature = "system-valuetype")]
1501 pub use crate::system::valuetype::IValueTypeMethods;
1502 #[cfg(feature = "unity_engine-behaviour")]
1503 pub use crate::unity_engine::behaviour::IBehaviourMethods;
1504 #[cfg(feature = "unity_engine-component")]
1505 pub use crate::unity_engine::component::IComponentMethods;
1506 #[cfg(feature = "unity_engine-monobehaviour")]
1507 pub use crate::unity_engine::monobehaviour::IMonoBehaviourMethods;
1508 #[cfg(feature = "unity_engine-object_2")]
1509 pub use crate::unity_engine::object_2::IObject_2Methods;
1510 pub use crate::{
1511 system::{object::IObject, r#enum::IEnum, valuetype::IValueType},
1512 unity_engine::{behaviour::IBehaviour, component::IComponent, monobehaviour::IMonoBehaviour, object_2::IObject_2},
1513 };
1514}