Skip to main content

IBaseRaycaster

Trait IBaseRaycaster 

Source
pub trait IBaseRaycaster: IUIBehaviour {
    // Provided methods
    fn m_root_raycaster(self) -> BaseRaycaster { ... }
    fn set_m_root_raycaster(self, value: BaseRaycaster) { ... }
}

Provided Methods§

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§