Skip to main content

ITalkLogUI_CursorMethods

Trait ITalkLogUI_CursorMethods 

Source
pub trait ITalkLogUI_CursorMethods: ITalkLogUI_Cursor {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn update(self) { ... }
    fn move_position(
        self,
        win: impl Into<TalkLogUI_Window>,
        msec: impl Into<f32>,
    ) { ... }
}

Provided Methods§

Source

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

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

Source

fn update(self)

Update() overload

Source

fn move_position(self, win: impl Into<TalkLogUI_Window>, msec: impl Into<f32>)

MovePosition(crate::app::talk3_d::talklogui::TalkLogUI_Window, f32) 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: ITalkLogUI_Cursor> ITalkLogUI_CursorMethods for __T

Available on crate feature app-talk3_d-talklogui only.