Skip to main content

HoverCfg

Type Alias HoverCfg 

Source
pub type HoverCfg = HoverFxConfig;

Aliased Type§

pub struct HoverCfg {
Show 13 fields pub registry: HoverFxRegistry, pub default_effect: String, pub radius_px: u16, pub range_px: u16, pub shape: HoverFxShape, pub falloff: HoverFxFalloff, pub strength: f32, pub smoothing: f32, pub max_active_elements: u16, pub renderer: HoverFxRenderer, pub runtime_path: String, pub worker_path: String, pub performance: HoverFxPerformanceConfig,
}

Fields§

§registry: HoverFxRegistry§default_effect: String§radius_px: u16§range_px: u16§shape: HoverFxShape§falloff: HoverFxFalloff§strength: f32§smoothing: f32§max_active_elements: u16§renderer: HoverFxRenderer§runtime_path: String§worker_path: String§performance: HoverFxPerformanceConfig