Struct sc2::data::MapInfo [] [src]

pub struct MapInfo { /* fields omitted */ }

terrain info

Methods

impl MapInfo
[src]

[src]

dimensions of the map

[src]

image that reveals pathable tiles

[src]

image that reveals placable tiles

[src]

image that reveals terrain height

[src]

rectangle of the playable area

[src]

starting locations of the enemy bases

Trait Implementations

impl Debug for MapInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MapInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MapInfo

impl Sync for MapInfo