浏览代码

[unity] Docs for GetSkeletonData(bool)

pharan 7 年之前
父节点
当前提交
db2c531a3c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs

+ 1 - 0
spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs

@@ -100,6 +100,7 @@ namespace Spine.Unity {
 			stateData = null;
 		}
 
+		/// <summary>Loads, caches and returns the SkeletonData from the skeleton data file. Returns the cached SkeletonData after the first time it is called. Pass false to prevent direct errors from being logged.</summary>
 		public SkeletonData GetSkeletonData (bool quiet) {
 			if (skeletonJSON == null) {
 				if (!quiet)