mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
[unity] Minor: Fixed incorrect param documentation. Closes #2937.
This commit is contained in:
parent
b9494c2624
commit
bf26fb9683
@ -152,7 +152,8 @@ namespace Spine.Unity {
|
|||||||
return stateData;
|
return stateData;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <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>
|
/// <summary>Loads, caches and returns the SkeletonData from the skeleton data file. Returns the cached SkeletonData after the first time it is called.</summary>
|
||||||
|
/// <param name="quiet">Pass true to prevent direct errors from being logged.</param>
|
||||||
public SkeletonData GetSkeletonData (bool quiet) {
|
public SkeletonData GetSkeletonData (bool quiet) {
|
||||||
if (skeletonJSON == null) {
|
if (skeletonJSON == null) {
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user