Module rust_sc2::pixel_map [−][src]
Data structures, used to store map data.
Enums
| Pixel | Base for the most 2d maps. | 
| Visibility | Base for visibility maps. | 
Type Definitions
| ByteMap | 2-Dimensional Array of bytes. | 
| PixelMap | 2-Dimensional Array of pixels, where each pixel is  | 
| VisibilityMap | 2-Dimensional Array that represents visibility. |