Skip to main content

IRingListSequence_RingListWindow_RingInfoMethods

Trait IRingListSequence_RingListWindow_RingInfoMethods 

Source
pub trait IRingListSequence_RingListWindow_RingInfoMethods: IRingListSequence_RingListWindow_RingInfo {
    // Provided methods
    fn ctor(
        self,
        root_object: impl Into<GameObject>,
        rank: impl Into<RingData_Ranks>,
    ) { ... }
    fn clear(self) { ... }
    fn set_data(self, ring_data: impl Into<RingData>) { ... }
}

Provided Methods§

Source

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

.ctor(crate::unity_engine::gameobject::GameObject, crate::app::ringdata::RingData_Ranks) overload

Source

fn clear(self)

Clear() overload

Source

fn set_data(self, ring_data: impl Into<RingData>)

SetData(crate::app::ringdata::RingData) 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_RingInfo> IRingListSequence_RingListWindow_RingInfoMethods for __T

Available on crate feature app-ringlistsequence only.