Skip to main content

ITargetShowMarkerReciever

Trait ITargetShowMarkerReciever 

Source
pub trait ITargetShowMarkerReciever: IMonoBehaviour {
    // Provided methods
    fn m_camera_component(self) -> DragonRideCamera { ... }
    fn set_m_camera_component(self, value: DragonRideCamera) { ... }
}

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§