Files
BookRPG/Library/PackageCache/com.unity.2d.tilemap@191c90975efd/Editor/UI/TilePaletteOverlayToolbarElementAttribute.cs

13 lines
316 B
C#
Raw Normal View History

2026-07-16 21:49:59 +01:00
using System;
namespace UnityEditor.Tilemaps
{
/// <summary>
/// This attribute adds a VisualElement with the EditorToolbarElement attribute
/// to the Overlay toolbar in the Tile Palette window.
/// </summary>
public class TilePaletteOverlayToolbarElementAttribute : Attribute
{
}
}