pub type OpacityBindingInfo = BindingInfo<f32>;

Aliased Type§

struct OpacityBindingInfo {
    value: f32,
    changed: bool,
}

Fields§

§value: f32

The current value retrieved from dynamic scene properties.

§changed: bool

True if it was changed (or is new) since the last frame build.