Type Definition conrod::Depth [] [src]

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.