wuxianshengcong/Library/PackageCache/com.unity.2d.animation@9.1.2/Runtime/IconUtility.cs

8 lines
194 B
C#
Raw Permalink Normal View History

2025-01-02 14:49:00 +08:00
namespace UnityEngine.U2D.Animation
{
internal static class IconUtility
{
public const string IconPath = "Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/";
}
}