Skip to main content

IRingListSequence_CharaArrowGroupMethods

Trait IRingListSequence_CharaArrowGroupMethods 

Source
pub trait IRingListSequence_CharaArrowGroupMethods: IRingListSequence_CharaArrowGroup {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn show_all(self) { ... }
    fn hide_all(self) { ... }
}

Provided Methods§

Source

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

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

Source

fn show_all(self)

ShowAll() overload

Source

fn hide_all(self)

HideAll() 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_CharaArrowGroup> IRingListSequence_CharaArrowGroupMethods for __T

Available on crate feature app-ringlistsequence only.