pub trait IEncountIconMethods: IEncountIcon {
// Provided methods
fn init(self, gmap_spot: impl Into<GmapSpot>) { ... }
fn set_icon(self) { ... }
fn late_update(self) { ... }
fn update_visible(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn late_update(self)
fn late_update(self)
LateUpdate() overload
Sourcefn update_visible(self)
fn update_visible(self)
UpdateVisible() 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: IEncountIcon> IEncountIconMethods for __T
Available on crate feature
root-encounticon only.