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

pub trait InputBufferGraph: StatGraph {
    fn get_buffer(&self) -> Option<SampleHistoryWrapper> { ... }
fn get_buffer_target(&self) -> Option<SampleHistoryWrapper> { ... }
fn get_over_under_frames(&self) -> Option<SampleHistoryWrapper> { ... }
fn get_physics_rate(&self) -> Option<SampleHistoryWrapper> { ... }
fn get_max_physics_rate(&self) -> f32 { ... }
fn get_min_physics_rate(&self) -> f32 { ... }
fn create_buffer_history(
        &self,
        title: RLString
    ) -> Option<SampleHistoryWrapper> { ... } }

Provided methods

Loading content...

Implementors

impl InputBufferGraph for InputBufferGraphWrapper[src]

Loading content...