9 lines
197 B
C#
9 lines
197 B
C#
using UnityEngine;
|
|
|
|
namespace Needle.Engine.Gltf
|
|
{
|
|
public interface IPersistentAssetExtensionProvider
|
|
{
|
|
string AddCustomExtension(GltfExportContext context, object owner, Object value);
|
|
}
|
|
} |