Files

8 lines
194 B
C#
Raw Permalink Normal View History

2026-07-16 21:49:59 +01:00
namespace UnityEngine.U2D.Animation
{
internal static class IconUtility
{
public const string IconPath = "Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/";
}
}