pub type OpacityBindingInfo = BindingInfo<f32>;Aliased Type§
pub struct OpacityBindingInfo {
pub value: f32,
pub 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.