testss
This commit is contained in:
14
Assets/AnimationImporter/Editor/IAnimationImporterPlugin.cs
Normal file
14
Assets/AnimationImporter/Editor/IAnimationImporterPlugin.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AnimationImporter
|
||||
{
|
||||
public interface IAnimationImporterPlugin
|
||||
{
|
||||
ImportedAnimationSheet Import(AnimationImportJob job, AnimationImporterSharedConfig config);
|
||||
bool IsValid();
|
||||
bool IsConfigured();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user