Struct sc2::MapState [] [src]

pub struct MapState {
    pub creep: ImageData,
    pub visibility: ImageData,
}

current state of the map

Fields

creep image (sample pixels to find tiles with creep)

visibility image (sample pixels to find visible tiles)

Trait Implementations

impl Debug for MapState
[src]

[src]

Formats the value using the given formatter.

impl Clone for MapState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more