SC2API
An API for AI for StarCraft II
Public Member Functions | Public Attributes | List of all members
sc2::FeatureLayerSettings Struct Reference

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.
 

Detailed Description

Settings for feature layer output.


The documentation for this struct was generated from the following file: