pub trait IILayoutControllerMethods: IILayoutController {
// Provided methods
fn set_layout_horizontal(self) { ... }
fn set_layout_vertical(self) { ... }
}Provided Methods§
Sourcefn set_layout_horizontal(self)
fn set_layout_horizontal(self)
SetLayoutHorizontal() overload
Sourcefn set_layout_vertical(self)
fn set_layout_vertical(self)
SetLayoutVertical() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IILayoutController> IILayoutControllerMethods for __T
Available on crate feature
unity_engine-ui-ilayoutcontroller only.