Trait FloatItemDeltaTarget

Source
pub trait FloatItemDeltaTarget {
    // Required method
    fn apply_float_delta(&self, delta: FloatItemDelta) -> f32;
}
Expand description

Trait for applying floating point item deltas to target values.

Required Methods§

Implementors§