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

pub trait DoubleJumpComponent: CarComponent {
    fn get_impulse_scale(&self) -> f32 { ... }
fn apply_forces(&self, active_time: f32) { ... }
fn on_created(&self) { ... } }

Provided methods

fn get_impulse_scale(&self) -> f32

fn apply_forces(&self, active_time: f32)

fn on_created(&self)

Loading content...

Implementors

impl DoubleJumpComponent for DoubleJumpComponentWrapper[src]

Loading content...