コード例 #1
0
        /// <summary>
        /// Colorized all cells belonging to a country
        /// </summary>
        void PaintCountry()
        {
            Country country = map.GetCountry("Algeria");

            map.SetCellColor(country, new Color(1, 1, 0, 0.5f));
            map.FlyToCountry(country);
        }
コード例 #2
0
 public WPM.Country GenericToMapCountry(GenericCountry country)
 {
     return(_WPM.GetCountry(_WMSK.GetCountryIndex(country.name)));
 }