Skip to main content

IRewindMenuContent_ScrollArrowMethods

Trait IRewindMenuContent_ScrollArrowMethods 

Source
pub trait IRewindMenuContent_ScrollArrowMethods: IRewindMenuContent_ScrollArrow {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn show(self) { ... }
    fn hide(self) { ... }
}

Provided Methods§

Source

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

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

Source

fn show(self)

Show() overload

Source

fn hide(self)

Hide() 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: IRewindMenuContent_ScrollArrow> IRewindMenuContent_ScrollArrowMethods for __T

Available on crate feature app-rewindmenucontent only.