Skip to main content

IRingGachaSequence_Result10ProcMethods

Trait IRingGachaSequence_Result10ProcMethods 

Source
pub trait IRingGachaSequence_Result10ProcMethods: IRingGachaSequence_Result10Proc {
    // Provided methods
    fn ctor(
        self,
        ring_data_list: impl Into<List_1<UnitRing>>,
        new_list: impl Into<List_1<bool>>,
    ) { ... }
    fn on_create(self) { ... }
    fn is_opening(self) -> bool { ... }
    fn is_key_inputted(self) -> bool { ... }
    fn is_closing(self) -> bool { ... }
    fn on_dispose(self) { ... }
}

Provided Methods§

Source

fn ctor( self, ring_data_list: impl Into<List_1<UnitRing>>, new_list: impl Into<List_1<bool>>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::unitring::UnitRing>, crate::system::collections::generic::list_1::List_1<bool>) overload

Source

fn on_create(self)

OnCreate() overload

Source

fn is_opening(self) -> bool

IsOpening() overload

Source

fn is_key_inputted(self) -> bool

IsKeyInputted() overload

Source

fn is_closing(self) -> bool

IsClosing() overload

Source

fn on_dispose(self)

OnDispose() 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: IRingGachaSequence_Result10Proc> IRingGachaSequence_Result10ProcMethods for __T

Available on crate feature app-ringgachasequence only.