From aea0c1a923e100ea8b40bbe518b831b61e25e76f Mon Sep 17 00:00:00 2001 From: pharan Date: Thu, 24 Mar 2016 00:37:06 +0800 Subject: [PATCH] HelpURL for main Component types. --- spine-unity/Assets/spine-unity/SkeletonAnimation.cs | 1 + spine-unity/Assets/spine-unity/SkeletonRenderer.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/spine-unity/Assets/spine-unity/SkeletonAnimation.cs b/spine-unity/Assets/spine-unity/SkeletonAnimation.cs index c1b83cc16..05cee27b1 100644 --- a/spine-unity/Assets/spine-unity/SkeletonAnimation.cs +++ b/spine-unity/Assets/spine-unity/SkeletonAnimation.cs @@ -36,6 +36,7 @@ using Spine; [ExecuteInEditMode] [AddComponentMenu("Spine/SkeletonAnimation")] +[HelpURL("http://esotericsoftware.com/spine-unity-documentation#Controlling-Animation")] public class SkeletonAnimation : SkeletonRenderer, ISkeletonAnimation { /// diff --git a/spine-unity/Assets/spine-unity/SkeletonRenderer.cs b/spine-unity/Assets/spine-unity/SkeletonRenderer.cs index cbe4ddb21..42432f143 100644 --- a/spine-unity/Assets/spine-unity/SkeletonRenderer.cs +++ b/spine-unity/Assets/spine-unity/SkeletonRenderer.cs @@ -41,6 +41,7 @@ using Spine.Unity.MeshGeneration; /// Renders a skeleton. [ExecuteInEditMode, RequireComponent(typeof(MeshFilter), typeof(MeshRenderer)), DisallowMultipleComponent] +[HelpURL("http://esotericsoftware.com/spine-unity-documentation#Rendering")] public class SkeletonRenderer : MonoBehaviour { public delegate void SkeletonRendererDelegate (SkeletonRenderer skeletonRenderer);