Enum ggez::graphics::DrawMode [] [src]

pub enum DrawMode {
    Line,
    Fill,
}

Specifies whether a shape should be drawn filled or as an outline.

Variants

Trait Implementations

impl Debug for DrawMode
[src]

Formats the value using the given formatter.