Эх сурвалжийг харах

[unity] Docs for GetSkeletonData(bool)

pharan 7 жил өмнө
parent
commit
db2c531a3c

+ 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)