# Objective - Some types here were not constructible via reflection, and some were missing fairly obvious `Default` values. - Some types used `#[reflect_value]` for some unstated reason, making them opaque to reflection-based code. ## Solution - Add and reflect some `Default` impls, and stop using `#[reflect_value]`. |
||
|---|---|---|
| .. | ||
| layout | ||
| render | ||
| widget | ||
| accessibility.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| measurement.rs | ||
| node_bundles.rs | ||
| stack.rs | ||
| texture_slice.rs | ||
| ui_material.rs | ||
| ui_node.rs | ||
| update.rs | ||