using System; namespace UnityEditor.Tilemaps { /// /// This attribute adds a VisualElement with the EditorToolbarElement attribute /// to the Overlay toolbar in the Tile Palette window. /// public class TilePaletteOverlayToolbarElementAttribute : Attribute { } }