Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

TilePaletteOverlayToolbarElementAttribute.cs 316B

123456789101112
  1. using System;
  2. namespace UnityEditor.Tilemaps
  3. {
  4. /// <summary>
  5. /// This attribute adds a VisualElement with the EditorToolbarElement attribute
  6. /// to the Overlay toolbar in the Tile Palette window.
  7. /// </summary>
  8. public class TilePaletteOverlayToolbarElementAttribute : Attribute
  9. {
  10. }
  11. }