bevy/crates/bevy_ui/src
ickshonpe cfc280cbef Change the Node doc comments to state that it stores the size in logical pixels (#7896)
# Objective

Current `Node` doc comment:
```rust
/// The size of the node as width and height in pixels
/// automatically calculated by [`super::flex::flex_node_system`]
```

It should be changed to make it clear that `Node` stores the size in logical pixels, not physical.
2023-03-04 19:24:56 +00:00
..
flex Upgrade to Taffy 0.3.3 (#7859) 2023-03-04 14:09:47 +00:00
render Support system.in_schedule() and system.on_startup() (#7790) 2023-02-24 18:33:55 +00:00
widget Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
accessibility.rs Integrate AccessKit (#6874) 2023-03-01 22:45:04 +00:00
camera_config.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
focus.rs expose cursor position with scale (#7297) 2023-01-20 14:25:24 +00:00
geometry.rs Add doc tests for the Size constructor functions (#7658) 2023-02-13 18:20:34 +00:00
lib.rs Fix bevy_ui compile error without bevy_text (#7877) 2023-03-02 22:44:12 +00:00
node_bundles.rs Change the Node doc comments to state that it stores the size in logical pixels (#7896) 2023-03-04 19:24:56 +00:00
stack.rs Rename schedule v3 to schedule (#7519) 2023-02-06 18:44:40 +00:00
ui_node.rs Change the Node doc comments to state that it stores the size in logical pixels (#7896) 2023-03-04 19:24:56 +00:00
update.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00