Skip to main content

IPlanarReflectionV2

Trait IPlanarReflectionV2 

Source
pub trait IPlanarReflectionV2: IMonoBehaviour {
    // Provided methods
    fn m_reflection_manager(self) -> ReflectionManager { ... }
    fn set_m_reflection_manager(self, value: ReflectionManager) { ... }
    fn m_shared_material(self) -> Material { ... }
    fn set_m_shared_material(self, value: Material) { ... }
    fn reflection_camera_number(self) -> i16 { ... }
    fn set_reflection_camera_number(self, value: i16) { ... }
}

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§