pub trait IRingListSequence_CharaImageControllerMethods: IRingListSequence_CharaImageController {
// Provided methods
fn ctor(self, root_object: impl Into<GameObject>) { ... }
fn dispose(self) { ... }
fn change_image(self, page_data: impl Into<RingListSequence_PageData>) { ... }
}Provided Methods§
Sourcefn ctor(self, root_object: impl Into<GameObject>)
fn ctor(self, root_object: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) overload
Sourcefn change_image(self, page_data: impl Into<RingListSequence_PageData>)
fn change_image(self, page_data: impl Into<RingListSequence_PageData>)
ChangeImage(crate::app::ringlistsequence::RingListSequence_PageData) 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§
impl<__T: IRingListSequence_CharaImageController> IRingListSequence_CharaImageControllerMethods for __T
Available on crate feature
app-ringlistsequence only.