[][src]Trait bakkesmod::wrappers::unreal::BaseCamera

pub trait BaseCamera: Actor {
    fn get_default_fov(&self) -> f32 { ... }
fn get_b_locked_fov(&self) -> bool { ... }
fn get_b_constrain_aspect_ratio(&self) -> bool { ... }
fn get_b_enable_fading(&self) -> bool { ... }
fn get_b_fade_audio(&self) -> bool { ... }
fn get_b_force_disable_temporal_aa(&self) -> bool { ... }
fn get_b_enable_color_scaling(&self) -> bool { ... }
fn get_b_enable_color_scale_interp(&self) -> bool { ... }
fn get_b_use_client_side_camera_updates(&self) -> bool { ... }
fn get_b_debug_client_side_camera(&self) -> bool { ... }
fn get_b_should_send_client_side_camera_update(&self) -> bool { ... }
fn get_locked_fov(&self) -> f32 { ... }
fn get_constrained_aspect_ratio(&self) -> f32 { ... }
fn get_default_aspect_ratio(&self) -> f32 { ... }
fn get_off_axis_yaw_angle(&self) -> f32 { ... }
fn get_off_axis_pitch_angle(&self) -> f32 { ... }
fn get_fade_color(&self) -> Color { ... }
fn get_fade_amount(&self) -> f32 { ... }
fn get_cam_override_post_process_alpha(&self) -> f32 { ... }
fn get_color_scale(&self) -> Vector { ... }
fn get_desired_color_scale(&self) -> Vector { ... }
fn get_original_color_scale(&self) -> Vector { ... }
fn get_color_scale_interp_duration(&self) -> f32 { ... }
fn get_color_scale_interp_start_time(&self) -> f32 { ... }
fn get_view_target(&self) -> TViewTarget { ... }
fn get_pending_view_target(&self) -> TViewTarget { ... }
fn get_blend_time_to_go(&self) -> f32 { ... }
fn get_free_cam_distance(&self) -> f32 { ... }
fn get_free_cam_offset(&self) -> Vector { ... }
fn get_fade_time(&self) -> f32 { ... }
fn get_fade_time_remaining(&self) -> f32 { ... }
fn stop_all_camera_anims(&self, b_immediate: bool) { ... }
fn clear_all_camera_shakes(&self) { ... }
fn calc_radial_shake_scale(
        &self,
        cam: BaseCameraWrapper,
        epicenter: Vector,
        inner_radius: f32,
        outer_radius: f32,
        falloff: f32
    ) -> f32 { ... }
fn clear_camera_lens_effects(&self) { ... }
fn apply_audio_fade(&self) { ... }
fn update_fade(&self, delta_time: f32) { ... }
fn do_update_camera(&self, delta_time: f32) { ... }
fn set_desired_color_scale2(
        &self,
        new_color_scale: Vector,
        interp_time: f32
    ) { ... }
fn get_camera_rotation(&self) -> Rotator { ... }
fn set_fov(&self, new_fov: f32) { ... }
fn get_fov_angle(&self) -> f32 { ... }
fn post_begin_play(&self) { ... } }

Provided methods

fn get_default_fov(&self) -> f32

fn get_b_locked_fov(&self) -> bool

fn get_b_constrain_aspect_ratio(&self) -> bool

fn get_b_enable_fading(&self) -> bool

fn get_b_fade_audio(&self) -> bool

fn get_b_force_disable_temporal_aa(&self) -> bool

fn get_b_enable_color_scaling(&self) -> bool

fn get_b_enable_color_scale_interp(&self) -> bool

fn get_b_use_client_side_camera_updates(&self) -> bool

fn get_b_debug_client_side_camera(&self) -> bool

fn get_b_should_send_client_side_camera_update(&self) -> bool

fn get_locked_fov(&self) -> f32

fn get_constrained_aspect_ratio(&self) -> f32

fn get_default_aspect_ratio(&self) -> f32

fn get_off_axis_yaw_angle(&self) -> f32

fn get_off_axis_pitch_angle(&self) -> f32

fn get_fade_color(&self) -> Color

fn get_fade_amount(&self) -> f32

fn get_cam_override_post_process_alpha(&self) -> f32

fn get_color_scale(&self) -> Vector

fn get_desired_color_scale(&self) -> Vector

fn get_original_color_scale(&self) -> Vector

fn get_color_scale_interp_duration(&self) -> f32

fn get_color_scale_interp_start_time(&self) -> f32

fn get_view_target(&self) -> TViewTarget

fn get_pending_view_target(&self) -> TViewTarget

fn get_blend_time_to_go(&self) -> f32

fn get_free_cam_distance(&self) -> f32

fn get_free_cam_offset(&self) -> Vector

fn get_fade_time(&self) -> f32

fn get_fade_time_remaining(&self) -> f32

fn stop_all_camera_anims(&self, b_immediate: bool)

fn clear_all_camera_shakes(&self)

fn calc_radial_shake_scale(
    &self,
    cam: BaseCameraWrapper,
    epicenter: Vector,
    inner_radius: f32,
    outer_radius: f32,
    falloff: f32
) -> f32

fn clear_camera_lens_effects(&self)

fn apply_audio_fade(&self)

fn update_fade(&self, delta_time: f32)

fn do_update_camera(&self, delta_time: f32)

fn set_desired_color_scale2(&self, new_color_scale: Vector, interp_time: f32)

fn get_camera_rotation(&self) -> Rotator

fn set_fov(&self, new_fov: f32)

fn get_fov_angle(&self) -> f32

fn post_begin_play(&self)

Loading content...

Implementors

impl BaseCamera for BaseCameraWrapper[src]

impl BaseCamera for CameraWrapper[src]

impl BaseCamera for CameraXWrapper[src]

Loading content...