pub trait IGUILayoutOptionMethods: IGUILayoutOption {
// Provided method
fn ctor(
self,
type: impl Into<GUILayoutOption_Type>,
value: impl Into<Object>,
) { ... }
}Provided Methods§
Sourcefn ctor(self, type: impl Into<GUILayoutOption_Type>, value: impl Into<Object>)
fn ctor(self, type: impl Into<GUILayoutOption_Type>, value: impl Into<Object>)
.ctor(crate::unity_engine::guilayoutoption::GUILayoutOption_Type, crate::system::object::Object) 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: IGUILayoutOption> IGUILayoutOptionMethods for __T
Available on crate feature
unity_engine-guilayoutoption only.