Skip to main content

engage/generated/unity_engine/ui/
ilayoutgroup_interface.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "unity_engine-ui-ilayoutgroup_interface-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/ui/ilayoutgroup_interface/ILayoutGroup_Interface.md"))]
10    #[::unity::class(namespace = "UnityEngine.UI", name = "ILayoutGroup")]
11    pub struct ILayoutGroup_Interface {}
12}
13
14#[cfg(feature = "unity_engine-ui-ilayoutgroup_interface-types")]
15pub use __types::*;
16
17#[cfg(feature = "unity_engine-ui-ilayoutgroup_interface")]
18#[doc(hidden)]
19pub mod prelude {
20    pub use super::{IILayoutGroup_Interface, ILayoutGroup_Interface};
21}