Nexus/Library/PackageCache/com.unity.2d.animation@3c53dae92956/IK/Runtime/IconUtility.cs

8 lines
187 B
C#
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
namespace UnityEngine.U2D.IK
{
internal static class IconUtility
{
public const string IconPath = "Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/";
}
}