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

pub trait StatGraph: Object {
    fn get_record_settings(&self) -> Option<SampleRecordSettingsWrapper> { ... }
fn get_last_tick_time(&self) -> Double { ... }
fn get_sample_histories(&self) -> RLArray<SampleHistoryWrapper> { ... }
fn stop_drawing(&self) { ... }
fn create_sample_history(
        &self,
        title: RLString
    ) -> Option<SampleHistoryWrapper> { ... }
fn add_sample_history(
        &self,
        history: SampleHistoryWrapper
    ) -> Option<SampleHistoryWrapper> { ... } }

Provided methods

Loading content...

Implementors

impl StatGraph for InputBufferGraphWrapper[src]

impl StatGraph for NetStatGraphWrapper[src]

impl StatGraph for PerfStatGraphWrapper[src]

impl StatGraph for StatGraphWrapper[src]

Loading content...