Skip to main content

IDishAllMenuContent_HistoryObjectMethods

Trait IDishAllMenuContent_HistoryObjectMethods 

Source
pub trait IDishAllMenuContent_HistoryObjectMethods: IDishAllMenuContent_HistoryObject {
    // Provided methods
    fn ctor(self, game_object: impl Into<GameObject>) { ... }
    fn show(self) { ... }
    fn hide(self) { ... }
    fn get_game_object(self) -> GameObject { ... }
}

Provided Methods§

Source

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

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

Source

fn show(self)

Show() overload

Source

fn hide(self)

Hide() overload

Source

fn get_game_object(self) -> GameObject

get_gameObject() 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: IDishAllMenuContent_HistoryObject> IDishAllMenuContent_HistoryObjectMethods for __T

Available on crate feature app-cooking_menu-dishallmenucontent only.