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§
Sourcefn set_sprite(self)
fn set_sprite(self)
SetSprite() 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: IGmapWholeMapController> IGmapWholeMapControllerMethods for __T
Available on crate feature
app-gmapwholemapcontroller only.