8 lines
135 B
C#
8 lines
135 B
C#
namespace UnityGLTF.JsonPointer
|
|
{
|
|
public interface IJsonPointerResolver
|
|
{
|
|
bool TryResolve(object target, ref string path);
|
|
}
|
|
}
|