SC2API
An API for AI for StarCraft II
|
Settings for feature layer output. More...
#include <sc2_game_settings.h>
Public Member Functions | |
FeatureLayerSettings (float in_camera_width, int in_map_x, int in_map_y, int in_minimap_x, int in_minimap_y) | |
Public Attributes | |
float | camera_width = 24.0f |
The width of the camera view as it would appear in the world. The size is in game world units. | |
int | map_x = 64 |
X size of the feature layer bitmap for the world screen. | |
int | map_y = 64 |
Y size of the feature layer bitmap for the world screen. | |
int | minimap_x = 64 |
X size of the feature layer bitmap for the minimap. | |
int | minimap_y = 64 |
Y size of the feature layer bitmap for the minimap. | |
Settings for feature layer output.