Skip to main content

IBoundingBoxDrawer

Trait IBoundingBoxDrawer 

Source
pub trait IBoundingBoxDrawer: IMonoBehaviour {
    // Provided methods
    fn m_only_selected(self) -> bool { ... }
    fn set_m_only_selected(self, value: bool) { ... }
    fn m_alpha(self) -> f32 { ... }
    fn set_m_alpha(self, value: f32) { ... }
}

Provided Methods§

Source

fn m_only_selected(self) -> bool

Source

fn set_m_only_selected(self, value: bool)

Source

fn m_alpha(self) -> f32

Source

fn set_m_alpha(self, value: f32)

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§