pub trait IGUILayout_AreaScopeMethods: IGUILayout_AreaScope {
// Provided methods
fn ctor(self, screen_rect: impl Into<Rect>) { ... }
fn close_scope(self) { ... }
}Provided Methods§
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_AreaScope> IGUILayout_AreaScopeMethods for __T
Available on crate feature
unity_engine-guilayout only.