mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[unity] Minor cleanup.
This commit is contained in:
parent
b0bdd4f93c
commit
c5616a4b55
@ -29,7 +29,7 @@
|
||||
*****************************************************************************/
|
||||
|
||||
namespace Spine.Unity {
|
||||
public delegate void UpdateBonesDelegate (ISkeletonAnimation animatedSkeletonComponent);
|
||||
public delegate void UpdateBonesDelegate (ISkeletonAnimation animated);
|
||||
|
||||
/// <summary>A Spine-Unity Component that animates a Skeleton but not necessarily with a Spine.AnimationState.</summary>
|
||||
public interface ISkeletonAnimation {
|
||||
|
||||
@ -30,9 +30,6 @@
|
||||
|
||||
// Contributed by: Mitch Thompson
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using Spine;
|
||||
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*****************************************************************************/
|
||||
|
||||
// Contributed by: Mitch Thompson
|
||||
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace Spine.Unity {
|
||||
[RequireComponent(typeof(SkeletonUtilityBone)), ExecuteInEditMode]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user