Skip to main content

IGUILayout_AreaScopeMethods

Trait IGUILayout_AreaScopeMethods 

Source
pub trait IGUILayout_AreaScopeMethods: IGUILayout_AreaScope {
    // Provided methods
    fn ctor(self, screen_rect: impl Into<Rect>) { ... }
    fn close_scope(self) { ... }
}

Provided Methods§

Source

fn ctor(self, screen_rect: impl Into<Rect>)

.ctor(crate::unity_engine::rect::Rect) overload

Source

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§

Source§

impl<__T: IGUILayout_AreaScope> IGUILayout_AreaScopeMethods for __T

Available on crate feature unity_engine-guilayout only.