Skip to main content

ITerrainPaintGetter

Trait ITerrainPaintGetter 

Source
pub trait ITerrainPaintGetter: IMonoBehaviour {
Show 14 methods // Provided methods fn m_data(self) -> TerrainPaintData { ... } fn set_m_data(self, value: TerrainPaintData) { ... } fn m_draw_debug_gizmo(self) -> bool { ... } fn set_m_draw_debug_gizmo(self, value: bool) { ... } fn m_debug_gizmo_height(self) -> f32 { ... } fn set_m_debug_gizmo_height(self, value: f32) { ... } fn m_debug_gizmo_grid_color(self) -> Color { ... } fn set_m_debug_gizmo_grid_color(self, value: Color) { ... } fn m_debug_gizmo_draw_index(self) -> List_1<i32> { ... } fn set_m_debug_gizmo_draw_index(self, value: List_1<i32>) { ... } fn m_debug_gizmo_draw_alpha(self) -> f32 { ... } fn set_m_debug_gizmo_draw_alpha(self, value: f32) { ... } fn m_debug_gizmo_draw_color(self) -> List_1<Color> { ... } fn set_m_debug_gizmo_draw_color(self, value: List_1<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§