Skip to main content

ITMP_ScrollbarEventHandler

Trait ITMP_ScrollbarEventHandler 

Source
pub trait ITMP_ScrollbarEventHandler: IMonoBehaviour {
    // Provided methods
    fn is_selected(self) -> bool { ... }
    fn set_is_selected(self, value: bool) { ... }
}

Provided Methods§

Source

fn is_selected(self) -> bool

Source

fn set_is_selected(self, value: bool)

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§