Skip to main content

IMapMirrorCamera

Trait IMapMirrorCamera 

Source
pub trait IMapMirrorCamera: IMonoBehaviour {
    // Provided methods
    fn m_render_camera(self) -> Camera { ... }
    fn set_m_render_camera(self, value: Camera) { ... }
    fn m_offset_y(self) -> f32 { ... }
    fn set_m_offset_y(self, value: f32) { ... }
    fn m_margin_for_chara(self) -> f32 { ... }
    fn set_m_margin_for_chara(self, value: f32) { ... }
    fn m_margin_for_map_obj(self) -> f32 { ... }
    fn set_m_margin_for_map_obj(self, value: f32) { ... }
    fn m_use_editor_camera(self) -> bool { ... }
    fn set_m_use_editor_camera(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_render_camera(self) -> Camera

Source

fn set_m_render_camera(self, value: Camera)

Source

fn m_offset_y(self) -> f32

Source

fn set_m_offset_y(self, value: f32)

Source

fn m_margin_for_chara(self) -> f32

Source

fn set_m_margin_for_chara(self, value: f32)

Source

fn m_margin_for_map_obj(self) -> f32

Source

fn set_m_margin_for_map_obj(self, value: f32)

Source

fn m_use_editor_camera(self) -> bool

Source

fn set_m_use_editor_camera(self, value: bool)

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§