Struct sc2::debug::DebugText[][src]

pub struct DebugText { /* fields omitted */ }

Debug text.

Methods

impl DebugText
[src]

Text to display.

Target in screen or world space (default is None).

If the target is None, then text appears at top-left of screen.

Set the color of the text (default is white).

Trait Implementations

impl Debug for DebugText
[src]

Formats the value using the given formatter. Read more

impl Clone for DebugText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DebugText> for DebugCommand
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugText

impl Sync for DebugText