Skip to main content

engage/generated/unity_engine/ui/
ilayoutselfcontroller.rs

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