We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5104397 commit d3e526bCopy full SHA for d3e526b
crates/bevy_ui/src/entity.rs
@@ -23,6 +23,8 @@ pub struct NodeBundle {
23
pub color: UiColor,
24
/// Describes the image of the node
25
pub image: UiImage,
26
+ /// Whether this node should block interaction with lower nodes
27
+ pub focus_policy: FocusPolicy,
28
/// The transform of the node
29
pub transform: Transform,
30
/// The global transform of the node
@@ -46,6 +48,8 @@ pub struct ImageBundle {
46
48
47
49
/// The image of the node
50
51
52
53
54
55
0 commit comments