설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }