Skip to main content

ISynthesisRingInfoWindowMethods

Trait ISynthesisRingInfoWindowMethods 

Source
pub trait ISynthesisRingInfoWindowMethods: ISynthesisRingInfoWindow {
    // Provided methods
    fn start(self) { ... }
    fn on_destroy(self) { ... }
    fn open(self) { ... }
    fn close(self) { ... }
    fn set_data(self, ring_data: impl Into<RingData>) { ... }
    fn setup_chara_image(
        self,
        photo: impl Into<Array<SynthesisRingInfoWindow_CharaPhoto>>,
        data: impl Into<RingData>,
    ) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn open(self)

Open() overload

Source

fn close(self)

Close() overload

Source

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

SetData(crate::app::ringdata::RingData) overload

Source

fn setup_chara_image( self, photo: impl Into<Array<SynthesisRingInfoWindow_CharaPhoto>>, data: impl Into<RingData>, ) -> i32

SetupCharaImage(::unity::Array<crate::app::synthesisringinfowindow::SynthesisRingInfoWindow_CharaPhoto>, *muti32, crate::app::ringdata::RingData) overload

Source

fn ctor(self)

.ctor() 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: ISynthesisRingInfoWindow> ISynthesisRingInfoWindowMethods for __T

Available on crate feature app-synthesisringinfowindow only.