Enum sc2::DebugTextTarget [] [src]

pub enum DebugTextTarget {
    Screen(Point2),
    World(Point3),
}

target for debugging text

Variants

screen coordinates for debug text

world coordinates for debug text

Trait Implementations

impl Debug for DebugTextTarget
[src]

[src]

Formats the value using the given formatter.

impl Copy for DebugTextTarget
[src]

impl Clone for DebugTextTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more