Skip to main content

IEncountIconMethods

Trait IEncountIconMethods 

Source
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§

Source

fn init(self, gmap_spot: impl Into<GmapSpot>)

Init(crate::app::gmapspot::GmapSpot) overload

Source

fn set_icon(self)

SetIcon() overload

Source

fn late_update(self)

LateUpdate() overload

Source

fn update_visible(self)

UpdateVisible() 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: IEncountIcon> IEncountIconMethods for __T

Available on crate feature root-encounticon only.