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

pub trait BallCarSpringPickup: SpringPickup {
    fn scale_spring_mesh_to_location(
        &self,
        new_location: Vector,
        target_location: Vector
    ) { ... } }

Provided methods

fn scale_spring_mesh_to_location(
    &self,
    new_location: Vector,
    target_location: Vector
)

Loading content...

Implementors

impl BallCarSpringPickup for BallCarSpringPickupWrapper[src]

Loading content...