Skip to main content

ITalkUI_KeyHelpObjectsMethods

Trait ITalkUI_KeyHelpObjectsMethods 

Source
pub trait ITalkUI_KeyHelpObjectsMethods: ITalkUI_KeyHelpObjects {
    // Provided methods
    fn ctor(self, game_object: impl Into<GameObject>) { ... }
    fn set_talk_objects(self, talk_objects: impl Into<TalkUI_TalkObjects>) { ... }
    fn reset(self) { ... }
    fn setup(self) { ... }
    fn show(self) { ... }
    fn hide(self) { ... }
    fn update(self) { ... }
}

Provided Methods§

Source

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

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

Source

fn set_talk_objects(self, talk_objects: impl Into<TalkUI_TalkObjects>)

SetTalkObjects(crate::app::talk3_d::talkui::TalkUI_TalkObjects) overload

Source

fn reset(self)

Reset() overload

Source

fn setup(self)

Setup() overload

Source

fn show(self)

Show() overload

Source

fn hide(self)

Hide() overload

Source

fn update(self)

Update() 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: ITalkUI_KeyHelpObjects> ITalkUI_KeyHelpObjectsMethods for __T

Available on crate feature app-talk3_d-talkui only.