Skip to main content

IMapUIUnitIndexAsUV2Methods

Trait IMapUIUnitIndexAsUV2Methods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn modify_mesh(self, vh: impl Into<VertexHelper>)

ModifyMesh(crate::unity_engine::ui::vertexhelper::VertexHelper) overload

Source

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§

Source§

impl<__T: IMapUIUnitIndexAsUV2> IMapUIUnitIndexAsUV2Methods for __T

Available on crate feature app-mapuiunitindexasuv2 only.