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§
Sourcefn get_map_cursor_color(self)
fn get_map_cursor_color(self)
GetMapCursorColor() overload
Sourcefn set_color(self, color: impl Into<Color>)
fn set_color(self, color: impl Into<Color>)
SetColor(crate::unity_engine::color::Color) overload
Sourcefn get_pointer(self) -> Transform
fn get_pointer(self) -> Transform
get_Pointer() overload
Sourcefn get_attack(self) -> Transform
fn get_attack(self) -> Transform
get_Attack() overload
Sourcefn get_cannon(self) -> Transform
fn get_cannon(self) -> Transform
get_Cannon() 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§
impl<__T: IMapPointerLocatorRoot> IMapPointerLocatorRootMethods for __T
Available on crate feature
root-mappointerlocatorroot only.