Skip to content

Commit 0c63aa2

Browse files
Document TextShadow not supported by Text2d (#19533)
# Objective Document `TextShadow` not supported by `Text2d` Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent 9b743d2 commit 0c63aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_ui/src/ui_node.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,6 +2875,8 @@ impl ComputedNodeTarget {
28752875
}
28762876

28772877
/// Adds a shadow behind text
2878+
///
2879+
/// Not supported by `Text2d`
28782880
#[derive(Component, Copy, Clone, Debug, PartialEq, Reflect)]
28792881
#[reflect(Component, Default, Debug, Clone, PartialEq)]
28802882
pub struct TextShadow {

0 commit comments

Comments
 (0)