Struct turbine_reactive::Environment [] [src]

pub struct Environment<T> {
    pub time: f64,
    pub dt: f64,
    pub cache: Cache<T>,
}

Used to set runtime behavior of external evaluation.

Fields

Total time.

Delta time.

Cache.