Skip to main content

engage/generated/unity_engine/particle_system_jobs/
nativeparticledata.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "unity_engine-particle_system_jobs-nativeparticledata-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::system::{
9        object::{IObject, Object},
10        valuetype::{IValueType, ValueType},
11    };
12
13    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/unity_engine/particle_system_jobs/nativeparticledata/NativeParticleData.md"))]
14    #[repr(C)]
15    #[derive(::core::clone::Clone, ::core::marker::Copy)]
16    pub struct NativeParticleData {}
17    impl ::unity::ClassIdentity for NativeParticleData {
18        const NAME: &'static str = "NativeParticleData";
19        const NAMESPACE: &'static str = "UnityEngine.ParticleSystemJobs";
20
21        fn class() -> ::unity::Class {
22            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
23            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
24        }
25    }
26    impl ::unity::IlType for NativeParticleData {
27        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
28            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
29        }
30    }
31
32    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/unity_engine/particle_system_jobs/nativeparticledata/NativeParticleData_Array4.md"))]
33    #[repr(C)]
34    #[derive(::core::clone::Clone, ::core::marker::Copy)]
35    pub struct NativeParticleData_Array4 {}
36    impl ::unity::ClassIdentity for NativeParticleData_Array4 {
37        const NAME: &'static str = "NativeParticleData.Array4";
38        const NAMESPACE: &'static str = "UnityEngine.ParticleSystemJobs";
39
40        fn class() -> ::unity::Class {
41            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
42            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
43        }
44    }
45    impl ::unity::IlType for NativeParticleData_Array4 {
46        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
47            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
48        }
49    }
50
51    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/unity_engine/particle_system_jobs/nativeparticledata/NativeParticleData_Array3.md"))]
52    #[repr(C)]
53    #[derive(::core::clone::Clone, ::core::marker::Copy)]
54    pub struct NativeParticleData_Array3 {}
55    impl ::unity::ClassIdentity for NativeParticleData_Array3 {
56        const NAME: &'static str = "NativeParticleData.Array3";
57        const NAMESPACE: &'static str = "UnityEngine.ParticleSystemJobs";
58
59        fn class() -> ::unity::Class {
60            static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
61            *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
62        }
63    }
64    impl ::unity::IlType for NativeParticleData_Array3 {
65        fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
66            &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
67        }
68    }
69}
70
71#[cfg(feature = "unity_engine-particle_system_jobs-nativeparticledata-types")]
72pub use __types::*;
73
74#[cfg(feature = "unity_engine-particle_system_jobs-nativeparticledata")]
75#[doc(hidden)]
76pub mod prelude {
77    pub use super::{NativeParticleData, NativeParticleData_Array3, NativeParticleData_Array4};
78    #[cfg(feature = "system-object")]
79    pub use crate::system::object::IObjectMethods;
80    #[cfg(feature = "system-valuetype")]
81    pub use crate::system::valuetype::IValueTypeMethods;
82    pub use crate::system::{object::IObject, valuetype::IValueType};
83}