[][src]Trait rapier_testbed3d::harness::plugin::HarnessPlugin

pub trait HarnessPlugin {
    fn run_callbacks(
        &mut self,
        physics: &mut PhysicsState,
        events: &PhysicsEvents,
        harness_state: &RunState
    );
fn step(&mut self, physics: &mut PhysicsState, run_state: &RunState);
fn profiling_string(&self) -> String; }

Required methods

fn run_callbacks(
    &mut self,
    physics: &mut PhysicsState,
    events: &PhysicsEvents,
    harness_state: &RunState
)
[src]

fn step(&mut self, physics: &mut PhysicsState, run_state: &RunState)[src]

fn profiling_string(&self) -> String[src]

Loading content...

Implementors

Loading content...