Skip to main content

IGmapLineRenderer_LinePoint

Trait IGmapLineRenderer_LinePoint 

Source
pub trait IGmapLineRenderer_LinePoint: IObject {
    // Provided methods
    fn vtx_offsets(self) -> Array<Vector3> { ... }
    fn set_vtx_offsets(self, value: Array<Vector3>) { ... }
    fn uv_table(self) -> Array<Vector2> { ... }
    fn set_uv_table(self, value: Array<Vector2>) { ... }
    fn m_color(self) -> Color { ... }
    fn set_m_color(self, value: Color) { ... }
}

Provided Methods§

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§