Skip to main content

IGmapSpotControllerMethods

Trait IGmapSpotControllerMethods 

Source
pub trait IGmapSpotControllerMethods: IGmapSpotController {
    // Provided methods
    fn start(self) { ... }
    fn initialize(self) { ... }
    fn start_appear(self) -> bool { ... }
    fn appear_tick(self) -> bool { ... }
    fn update_spot_color(self) { ... }
    fn set_material(self, type: impl Into<GmapSpotController_Type>) { ... }
    fn adjust_pos(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn initialize(self)

Initialize() overload

Source

fn start_appear(self) -> bool

StartAppear() overload

Source

fn appear_tick(self) -> bool

AppearTick() overload

Source

fn update_spot_color(self)

UpdateSpotColor() overload

Source

fn set_material(self, type: impl Into<GmapSpotController_Type>)

SetMaterial(crate::app::gmapspotcontroller::GmapSpotController_Type) overload

Source

fn adjust_pos(self)

AdjustPos() 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: IGmapSpotController> IGmapSpotControllerMethods for __T

Available on crate feature app-gmapspotcontroller only.