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