Skip to main content

ITMP_SelectionCaretMethods

Trait ITMP_SelectionCaretMethods 

Source
pub trait ITMP_SelectionCaretMethods: ITMP_SelectionCaret {
    // Provided methods
    fn cull(self, clip_rect: impl Into<Rect>, valid_rect: impl Into<bool>) { ... }
    fn update_geometry(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn cull(self, clip_rect: impl Into<Rect>, valid_rect: impl Into<bool>)

Cull(crate::unity_engine::rect::Rect, bool) overload

Source

fn update_geometry(self)

UpdateGeometry() overload

Source

fn ctor(self)

.ctor() 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: ITMP_SelectionCaret> ITMP_SelectionCaretMethods for __T

Available on crate feature tm_pro-tmp_selectioncaret only.