pub trait IGUILayout_HorizontalScopeMethods: IGUILayout_HorizontalScope {
// Provided methods
fn ctor(self, options: impl Into<Array<GUILayoutOption>>) { ... }
fn close_scope(self) { ... }
}Provided Methods§
Sourcefn ctor(self, options: impl Into<Array<GUILayoutOption>>)
fn ctor(self, options: impl Into<Array<GUILayoutOption>>)
.ctor(::unity::Array<crate::unity_engine::guilayoutoption::GUILayoutOption>) overload
Sourcefn close_scope(self)
fn close_scope(self)
CloseScope() 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: IGUILayout_HorizontalScope> IGUILayout_HorizontalScopeMethods for __T
Available on crate feature
unity_engine-guilayout only.