Skip to main content

IGmapWholeMapControllerMethods

Trait IGmapWholeMapControllerMethods 

Source
pub trait IGmapWholeMapControllerMethods: IGmapWholeMapController {
    // Provided methods
    fn awake(self) { ... }
    fn set_sprite(self) { ... }
    fn update(self) { ... }
    fn set_alpha(self, alpha: impl Into<f32>, time: impl Into<f32>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn awake(self)

Awake() overload

Source

fn set_sprite(self)

SetSprite() overload

Source

fn update(self)

Update() overload

Source

fn set_alpha(self, alpha: impl Into<f32>, time: impl Into<f32>)

SetAlpha(f32, f32) 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: IGmapWholeMapController> IGmapWholeMapControllerMethods for __T

Available on crate feature app-gmapwholemapcontroller only.