Skip to main content

engage/generated/app/
relayteamawarddatadialog.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "app-relayteamawarddatadialog-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::system::object::{IObject, Object};
9
10    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/relayteamawarddatadialog/RelayTeamAwardDataDialog.md"))]
11    #[::unity::class(namespace = "App", name = "RelayTeamAwardDataDialog")]
12    #[parent(crate::system::object::Object)]
13    pub struct RelayTeamAwardDataDialog {}
14}
15
16#[cfg(feature = "app-relayteamawarddatadialog-types")]
17pub use __types::*;
18
19#[cfg(feature = "app-relayteamawarddatadialog")]
20impl RelayTeamAwardDataDialog {
21    #[doc = "`CreateBind(crate::app::procinst::ProcInst, crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>, crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>)` overload"]
22    pub fn create_bind(
23        super_: impl ::core::convert::Into<crate::app::procinst::ProcInst>,
24        main_item_param_list: impl ::core::convert::Into<
25            crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>,
26        >,
27        sub_item_param_list: impl ::core::convert::Into<
28            crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>,
29        >,
30    ) -> () {
31        unsafe {
32            ::unity::il2cpp_call!((::unity::module_base()+0x200d8b0usize)as*mut u8,();
33(crate::app::procinst::ProcInst)::core::convert::Into::into(super_),(crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>)::core::convert::Into::into(main_item_param_list),(crate::system::collections::generic::list_1::List_1<crate::app::relaycompletionawarddata::RelayCompletionAwardData_CalcResult_Item>)::core::convert::Into::into(sub_item_param_list))
34        }
35    }
36}
37
38#[cfg(feature = "app-relayteamawarddatadialog")]
39pub trait IRelayTeamAwardDataDialogMethods: IRelayTeamAwardDataDialog {
40    #[doc = "`.ctor()` overload"]
41    fn ctor(self) -> () {
42        unsafe {
43            let __receiver =
44                <RelayTeamAwardDataDialog as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
45            ::unity::il2cpp_call!((::unity::module_base()+0x200d960usize)as*mut u8,();
46(RelayTeamAwardDataDialog)__receiver)
47        }
48    }
49}
50
51#[cfg(feature = "app-relayteamawarddatadialog")]
52impl<__T: IRelayTeamAwardDataDialog> IRelayTeamAwardDataDialogMethods for __T {}
53
54#[cfg(feature = "app-relayteamawarddatadialog")]
55impl RelayTeamAwardDataDialog {
56    pub fn create_bind_method_info() -> &'static ::unity::il2cpp::MethodInfo {
57        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
58    }
59
60    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
61        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
62    }
63}
64
65#[cfg(feature = "app-relayteamawarddatadialog")]
66impl RelayTeamAwardDataDialog {
67    #[doc = "`.ctor()` — no args"]
68    pub fn new() -> Self {
69        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
70            panic!(
71                "{}
72::{}
73 failed to instantiate",
74                ::core::stringify!(RelayTeamAwardDataDialog),
75                ::core::stringify!(new),
76            )
77        });
78        <Self as IRelayTeamAwardDataDialogMethods>::ctor(this);
79        this
80    }
81}
82
83#[cfg(feature = "app-relayteamawarddatadialog")]
84#[doc(hidden)]
85pub mod prelude {
86    pub use super::{IRelayTeamAwardDataDialog, IRelayTeamAwardDataDialogMethods, RelayTeamAwardDataDialog};
87    pub use crate::system::object::IObject;
88    #[cfg(feature = "system-object")]
89    pub use crate::system::object::IObjectMethods;
90}