浏览代码

Comments.

NathanSweet 12 年之前
父节点
当前提交
5d37969b9d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      spine-tk2d/Assets/Spine/SkeletonComponent.cs
  2. 1 0
      spine-unity/Assets/Spine/SkeletonComponent.cs

+ 1 - 0
spine-tk2d/Assets/Spine/SkeletonComponent.cs

@@ -286,6 +286,7 @@ public class SkeletonComponent : MonoBehaviour {
 	
 #if UNITY_EDITOR
 	void OnDrawGizmos() {
+		// Make selection easier by drawing a clear gizmo over the skeleton.
 		if (vertices == null) return;
 		Vector3 gizmosCenter = new Vector3();
 		Vector3 gizmosSize = new Vector3();

+ 1 - 0
spine-unity/Assets/Spine/SkeletonComponent.cs

@@ -288,6 +288,7 @@ public class SkeletonComponent : MonoBehaviour {
 	
 #if UNITY_EDITOR
 	void OnDrawGizmos() {
+		// Make selection easier by drawing a clear gizmo over the skeleton.
 		if (vertices == null) return;
 		Vector3 gizmosCenter = new Vector3();
 		Vector3 gizmosSize = new Vector3();