pub type OpacityBindingInfo = BindingInfo<f32>;Aliased Type§
pub struct OpacityBindingInfo {
    value: f32,
    changed: bool,
}Fields§
§value: f32The current value retrieved from dynamic scene properties.
changed: boolTrue if it was changed (or is new) since the last frame build.