导入角色动画,和增加角色控制
This commit is contained in:
8
Assets/KINEMATION/KAnimationCore/Runtime/Rig/IRigUser.cs
Normal file
8
Assets/KINEMATION/KAnimationCore/Runtime/Rig/IRigUser.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace KINEMATION.KAnimationCore.Runtime.Rig
|
||||
{
|
||||
public interface IRigUser
|
||||
{
|
||||
// Must return a reference to the used Rig Asset.
|
||||
public KRig GetRigAsset();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user