Skip to main content

IRingListSequence_RingListWindowMethods

Trait IRingListSequence_RingListWindowMethods 

Source
pub trait IRingListSequence_RingListWindowMethods: IRingListSequence_RingListWindow {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn clear(self) { ... }
    fn set_data(self, ring_page_data: impl Into<RingListSequence_RingPageData>) { ... }
    fn show(self) { ... }
    fn hide(self) { ... }
}

Provided Methods§

Source

fn ctor(self, root_object: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn clear(self)

Clear() overload

Source

fn set_data(self, ring_page_data: impl Into<RingListSequence_RingPageData>)

SetData(crate::app::ringlistsequence::RingListSequence_RingPageData) overload

Source

fn show(self)

Show() overload

Source

fn hide(self)

Hide() 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: IRingListSequence_RingListWindow> IRingListSequence_RingListWindowMethods for __T

Available on crate feature app-ringlistsequence only.