Example #1
0
 public ZoomableArea(int minStep, int maxStep, DrawContent drawContentDelegate)
 {
     _minStep     = minStep;
     _maxStep     = maxStep;
     _drawContent = drawContentDelegate;
     SetZoomStep(1);
 }
Example #2
0
        private void onTerrainSelected(int id)
        {
            drawContent = DrawContent.terrain;

            drawContentId = id;
        }