Skip to main content

IHUDPopupGroup

Trait IHUDPopupGroup 

Source
pub trait IHUDPopupGroup: IMonoBehaviour {
    // Provided methods
    fn m_rect_transform(self) -> RectTransform { ... }
    fn set_m_rect_transform(self, value: RectTransform) { ... }
    fn m_world_pos(self) -> Vector3 { ... }
    fn set_m_world_pos(self, value: Vector3) { ... }
    fn spos(self) -> Vector3 { ... }
    fn set_spos(self, value: Vector3) { ... }
}

Provided Methods§

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§