|
@@ -43,6 +43,7 @@ namespace Spine.Unity {
|
|
|
#endif
|
|
|
[RequireComponent(typeof(CanvasRenderer), typeof(RectTransform)), DisallowMultipleComponent]
|
|
|
[AddComponentMenu("Spine/SkeletonGraphic (Unity UI Canvas)")]
|
|
|
+ [HelpURL("http://esotericsoftware.com/spine-unity#SkeletonGraphic-Component")]
|
|
|
public class SkeletonGraphic : MaskableGraphic, ISkeletonComponent, IAnimationStateComponent, ISkeletonAnimation, IHasSkeletonDataAsset {
|
|
|
|
|
|
#region Inspector
|