Skip to main content

IMapPanelHistoryMethods

Trait IMapPanelHistoryMethods 

Source
pub trait IMapPanelHistoryMethods: IMapPanelHistory {
    // Provided methods
    fn update(self) { ... }
    fn add_vertex(
        self,
        map: impl Into<MapImageHistory_HeatMap>,
        x: impl Into<i32>,
        z: impl Into<i32>,
        force: impl Into<Force_Type>,
        color: impl Into<Color>,
    ) { ... }
    fn set_vertex(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn update(self)

Update() overload

Source

fn add_vertex( self, map: impl Into<MapImageHistory_HeatMap>, x: impl Into<i32>, z: impl Into<i32>, force: impl Into<Force_Type>, color: impl Into<Color>, )

AddVertex(crate::app::mapimagehistory::MapImageHistory_HeatMap, i32, i32, crate::app::force::Force_Type, crate::unity_engine::color::Color) overload

Source

fn set_vertex(self)

SetVertex() 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: IMapPanelHistory> IMapPanelHistoryMethods for __T

Available on crate feature app-mappanelhistory only.