Skip to main content

IMapCursorLocatorRootMethods

Trait IMapCursorLocatorRootMethods 

Source
pub trait IMapCursorLocatorRootMethods: IMapCursorLocatorRoot {
    // Provided methods
    fn awake(self) { ... }
    fn on_destroy(self) { ... }
    fn get_game_object(self) { ... }
    fn get_map_cursor_color(self) { ... }
    fn get_orig_pos(self) { ... }
    fn init_map_cursor(self) { ... }
    fn scale_cursor(self, frame: impl Into<i32>) { ... }
    fn is_scale_cursor(self) -> bool { ... }
    fn set_color(self, color: impl Into<Color>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn awake(self)

Awake() overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn get_game_object(self)

GetGameObject() overload

Source

fn get_map_cursor_color(self)

GetMapCursorColor() overload

Source

fn get_orig_pos(self)

GetOrigPos() overload

Source

fn init_map_cursor(self)

InitMapCursor() overload

Source

fn scale_cursor(self, frame: impl Into<i32>)

ScaleCursor(i32) overload

Source

fn is_scale_cursor(self) -> bool

IsScaleCursor() overload

Source

fn set_color(self, color: impl Into<Color>)

SetColor(crate::unity_engine::color::Color) overload

Source

fn ctor(self)

.ctor() 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: IMapCursorLocatorRoot> IMapCursorLocatorRootMethods for __T

Available on crate feature root-mapcursorlocatorroot only.