Skip to main content

ICustomOffscreenCamera

Trait ICustomOffscreenCamera 

Source
pub trait ICustomOffscreenCamera: IMonoBehaviour {
    // Provided methods
    fn m_pp_volume_profile(self) -> VolumeProfile { ... }
    fn set_m_pp_volume_profile(self, value: VolumeProfile) { ... }
    fn m_camera(self) -> Camera { ... }
    fn set_m_camera(self, value: Camera) { ... }
    fn m_additional_camera_data(self) -> UniversalAdditionalCameraData { ... }
    fn set_m_additional_camera_data(self, value: UniversalAdditionalCameraData) { ... }
}

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§