Crate bevy_ui_string_parser
source ·Re-exports§
pub use color::CSS_COLOR_TABLE;
pub use color::CSS_COLOR_TABLE;
Structs§
- Table with Named Colors in CSS
Functions§
- Parser for a angle value string.
- Wrapper for
angle_parser
that implements a serde deserializer - Wrapper for
angle_parser
that returns an optional f32 - Parser for strings that represent a [
bevy::render::color::Color
]. - Wrapper for [
angle_parser
] that implements a serde deserializer - Wrapper for
color_parser
that returns an optional [bevy::render::color::Color
] - Parse [
bevy::ui::UiRect
] from a string of a single val strings - Wrapper for
rect_parser
that implements a serde deserializer - Wrapper for
rect_parser
that returns an optional [bevy::ui::Val
] - Parser for strings that represent a [
bevy::ui::Val
]. - Wrapper for
val_parser
that implements a serde deserializer - Wrapper for
val_parser
that returns an optional [bevy::ui::Val
]