News

Source code for Unity tutorial on how to select units within rectangle. Notice that the code is not exactly as in the tutorial because I've learned one or two things but the idea is the same. The main ...
//Create a layer for the drawn shapes. drawingLayer = new Microsoft.Maps.Layer(); map.layers.insert(drawingLayer); //Create an instance of the DrawingTools class and bind it to the map. tools = new ...