Skip to main content

IMapPointerLocatorRootMethods

Trait IMapPointerLocatorRootMethods 

Source
pub trait IMapPointerLocatorRootMethods: IMapPointerLocatorRoot {
    // Provided methods
    fn awake(self) { ... }
    fn get_map_cursor_color(self) { ... }
    fn set_color(self, color: impl Into<Color>) { ... }
    fn get_pointer(self) -> Transform { ... }
    fn get_attack(self) -> Transform { ... }
    fn get_rod(self) -> Transform { ... }
    fn get_dance(self) -> Transform { ... }
    fn get_cannon(self) -> Transform { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn awake(self)

Awake() overload

Source

fn get_map_cursor_color(self)

GetMapCursorColor() overload

Source

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

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

Source

fn get_pointer(self) -> Transform

get_Pointer() overload

Source

fn get_attack(self) -> Transform

get_Attack() overload

Source

fn get_rod(self) -> Transform

get_Rod() overload

Source

fn get_dance(self) -> Transform

get_Dance() overload

Source

fn get_cannon(self) -> Transform

get_Cannon() 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: IMapPointerLocatorRoot> IMapPointerLocatorRootMethods for __T

Available on crate feature root-mappointerlocatorroot only.