From db2c531a3c066c70154a662b680db655d50fdf28 Mon Sep 17 00:00:00 2001 From: pharan Date: Mon, 1 Oct 2018 21:57:54 +0800 Subject: [PATCH] [unity] Docs for GetSkeletonData(bool) --- .../Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs b/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs index 0997082df..544a7a782 100644 --- a/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs +++ b/spine-unity/Assets/Spine/Runtime/spine-unity/Asset Types/SkeletonDataAsset.cs @@ -100,6 +100,7 @@ namespace Spine.Unity { stateData = null; } + /// 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. public SkeletonData GetSkeletonData (bool quiet) { if (skeletonJSON == null) { if (!quiet)