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

pub trait AirControlComponent: CarComponent {
    fn get_air_torque(&self) -> Rotator { ... }
fn get_air_damping(&self) -> Rotator { ... }
fn get_throttle_force(&self) -> f32 { ... }
fn get_air_control_sensitivity(&self) -> f32 { ... }
fn apply_forces(&self, active_time: f32) { ... }
fn on_created(&self) { ... } }

Provided methods

fn get_air_torque(&self) -> Rotator

fn get_air_damping(&self) -> Rotator

fn get_throttle_force(&self) -> f32

fn get_air_control_sensitivity(&self) -> f32

fn apply_forces(&self, active_time: f32)

fn on_created(&self)

Loading content...

Implementors

impl AirControlComponent for AirControlComponentWrapper[src]

Loading content...