Struct oxygengine_user_interface::ui_theme_asset_protocol::ThemePropsExtras [−][src]
pub struct ThemePropsExtras {
pub active_colors: ThemeColorsBundleExtras,
pub background_colors: ThemeColorsBundleExtras,
pub content_backgrounds: HashMap<String, ThemedImageMaterial>,
pub button_backgrounds: HashMap<String, ThemedButtonMaterialExtras>,
pub icons_level_sizes: Vec<Scalar>,
pub text_variants: HashMap<String, ThemedTextMaterialExtras>,
pub text_families: HashMap<String, ThemedTextMaterial>,
pub switch_variants: HashMap<String, ThemedSwitchMaterialExtras>,
pub modal_shadow_variants: HashMap<String, Color>,
}
Fields
active_colors: ThemeColorsBundleExtras
background_colors: ThemeColorsBundleExtras
content_backgrounds: HashMap<String, ThemedImageMaterial>
icons_level_sizes: Vec<Scalar>
text_variants: HashMap<String, ThemedTextMaterialExtras>
text_families: HashMap<String, ThemedTextMaterial>
switch_variants: HashMap<String, ThemedSwitchMaterialExtras>
modal_shadow_variants: HashMap<String, Color>
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThemePropsExtras
impl Send for ThemePropsExtras
impl Sync for ThemePropsExtras
impl Unpin for ThemePropsExtras
impl UnwindSafe for ThemePropsExtras
Blanket Implementations
Mutably borrows from an owned value. Read more