Esempio n. 1
0
 /// <summary>
 /// Handles the LayerOrderChanged event of the <see cref="EditorTileMap"/> class.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="LayerOrderChangedEventArgs"/> instance containing the event data.</param>
 private void LayerOrderChanged(object sender, LayerOrderChangedEventArgs e)
 {
     BuildList();
 }
Esempio n. 2
0
 /// <summary>
 /// Handles the LayerOrderChanged event of the <see cref="Map"/> class.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="LayerOrderChangedEventArgs"/> instance containing the event data.</param>
 private void LayerOrderChanged(object sender, LayerOrderChangedEventArgs e)
 {
     Render();
 }