mirror of
https://github.com/bevyengine/bevy
synced 2025-03-07 08:47:24 +00:00
Register type BoxShadow
(#16750)
# Objective - Register `BoxShadow` type for reflection ## Testing - Tested that box shadow example compiles and runs ## Additional - It would be nice to have this in 0.15.1
This commit is contained in:
parent
b141ffe2f6
commit
62c842c94c
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ impl Plugin for UiPlugin {
|
|||
.register_type::<UiScale>()
|
||||
.register_type::<BorderColor>()
|
||||
.register_type::<BorderRadius>()
|
||||
.register_type::<BoxShadow>()
|
||||
.register_type::<widget::Button>()
|
||||
.register_type::<widget::Label>()
|
||||
.register_type::<ZIndex>()
|
||||
|
|
Loading…
Add table
Reference in a new issue