7 lines
145 B
C#
7 lines
145 B
C#
namespace KINEMATION.KAnimationCore.Runtime.Rig
|
|
{
|
|
public interface IRigProvider
|
|
{
|
|
public KRigElement[] GetHierarchy();
|
|
}
|
|
} |