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

pub struct MapInfo { /* fields omitted */ }

Info about the terrain.

Methods

impl MapInfo
[src]

Dimensions of the map.

Image that reveals pathable tiles.

Image that reveals placable tiles.

Image that reveals terrain height.

Rectangle of the playable area.

Starting locations of the enemy bases.

Trait Implementations

impl Debug for MapInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for MapInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MapInfo

impl Sync for MapInfo