engage/generated/tm_pro/
tmp_listpool_1.rs1#[cfg(feature = "tm_pro-tmp_listpool_1-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/tm_pro/tmp_listpool_1/TMP_ListPool_1.md"))]
11 #[::unity::class(namespace = "TMPro", name = "TMP_ListPool`1")]
12 #[parent(crate::system::object::Object)]
13 pub struct TMP_ListPool_1<T0: ::unity::ClassIdentity> {
14 #[static_field]
15 #[rename(name = "s_ListPool")]
16 pub s_list_pool: crate::tm_pro::tmp_objectpool_1::TMP_ObjectPool_1<crate::system::collections::generic::list_1::List_1<T0>>,
17 }
18}
19
20#[cfg(feature = "tm_pro-tmp_listpool_1-types")]
21pub use __types::*;
22
23#[cfg(feature = "tm_pro-tmp_listpool_1")]
24#[::unity::methods]
25impl<T0: ::unity::ClassIdentity> TMP_ListPool_1<T0> {
26 #[doc = "`Get()` overload"]
27 #[method(name = "Get", args = 0)]
28 pub fn get() -> crate::system::collections::generic::list_1::List_1<T0>;
29
30 #[doc = "`Release(crate::system::collections::generic::list_1::List_1<T0>)` overload"]
31 #[method(name = "Release", args = 1)]
32 pub fn release(to_release: crate::system::collections::generic::list_1::List_1<T0>) -> ();
33
34 #[doc = "`.cctor()` overload"]
35 #[method(name = ".cctor", args = 0)]
36 pub fn cctor() -> ();
37}
38
39#[cfg(feature = "tm_pro-tmp_listpool_1")]
40#[doc(hidden)]
41pub mod prelude {
42 pub use super::{ITMP_ListPool_1, TMP_ListPool_1};
43 pub use crate::system::object::IObject;
44 #[cfg(feature = "system-object")]
45 pub use crate::system::object::IObjectMethods;
46}