Struct sc2::data::DebugText [] [src]

pub struct DebugText { /* fields omitted */ }

debug text

Methods

impl DebugText
[src]

[src]

text to display

[src]

target in screen or world space (default is None)

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

[src]

set the color of the text (default is white)

Trait Implementations

impl Debug for DebugText
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DebugText
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<DebugText> for DebugCommand
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DebugText

impl Sync for DebugText