interface ISpineSkeleton {
    templet: SpineTemplet;
    changeNormal(): void;
    getSkeleton(): Skeleton;
}

实现于

属性

templet: SpineTemplet

方法