7 lines
186 B
C#
7 lines
186 B
C#
namespace UnityEngine.U2D.IK
|
|
{
|
|
internal static class IconUtility
|
|
{
|
|
public const string IconPath = "Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/";
|
|
}
|
|
} |