pub trait IGmapTeleportMenu_GmapTeleportMenuItem: IBasicMenuItem {
// Provided methods
fn m_gmap_spot(self) -> GmapSpot { ... }
fn set_m_gmap_spot(self, value: GmapSpot) { ... }
fn m_spot_position(self) -> Vector3 { ... }
fn set_m_spot_position(self, value: Vector3) { ... }
fn m_close_map_and_bar_func(self) -> Action { ... }
fn set_m_close_map_and_bar_func(self, value: Action) { ... }
fn m_is_camera_focus(self) -> bool { ... }
fn set_m_is_camera_focus(self, value: bool) { ... }
}Provided Methods§
fn m_gmap_spot(self) -> GmapSpot
fn set_m_gmap_spot(self, value: GmapSpot)
fn m_spot_position(self) -> Vector3
fn set_m_spot_position(self, value: Vector3)
fn m_close_map_and_bar_func(self) -> Action
fn set_m_close_map_and_bar_func(self, value: Action)
fn m_is_camera_focus(self) -> bool
fn set_m_is_camera_focus(self, value: bool)
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.