[−][src]Type Definition conrod_core::position::Depth
type Depth = f32;
The depth at which the widget will be rendered.
This determines the order of rendering where widgets with a greater depth will be rendered first.
0.0 is the default depth.