pub trait IMapUIUnitIndexAsUV2Methods: IMapUIUnitIndexAsUV2 {
// Provided methods
fn ctor(self) { ... }
fn modify_mesh(self, vh: impl Into<VertexHelper>) { ... }
fn set_unit_index(self, index: impl Into<i32>) { ... }
}Provided Methods§
Sourcefn modify_mesh(self, vh: impl Into<VertexHelper>)
fn modify_mesh(self, vh: impl Into<VertexHelper>)
ModifyMesh(crate::unity_engine::ui::vertexhelper::VertexHelper) overload
Sourcefn set_unit_index(self, index: impl Into<i32>)
fn set_unit_index(self, index: impl Into<i32>)
SetUnitIndex(i32) 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: IMapUIUnitIndexAsUV2> IMapUIUnitIndexAsUV2Methods for __T
Available on crate feature
app-mapuiunitindexasuv2 only.