Skip to main content

IOutlineMethods

Trait IOutlineMethods 

Source
pub trait IOutlineMethods: IOutline {
    // Provided methods
    fn ctor(self) { ... }
    fn modify_mesh(self, vh: impl Into<VertexHelper>) { ... }
}

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

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: IOutline> IOutlineMethods for __T

Available on crate feature unity_engine-ui-outline only.