Skip to main content

engage/generated/unity_engine/
sharedbetweenanimatorsattribute.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "unity_engine-sharedbetweenanimatorsattribute-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8
9    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/unity_engine/sharedbetweenanimatorsattribute/SharedBetweenAnimatorsAttribute.md"))]
10    #[::unity::class(namespace = "UnityEngine", name = "SharedBetweenAnimatorsAttribute")]
11    pub struct SharedBetweenAnimatorsAttribute {}
12}
13
14#[cfg(feature = "unity_engine-sharedbetweenanimatorsattribute-types")]
15pub use __types::*;
16
17#[cfg(feature = "unity_engine-sharedbetweenanimatorsattribute")]
18#[doc(hidden)]
19pub mod prelude {
20    pub use super::{ISharedBetweenAnimatorsAttribute, SharedBetweenAnimatorsAttribute};
21}