mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Docs for GetSkeletonData(bool)
This commit is contained in:
parent
9eba3e1bbd
commit
db2c531a3c
@ -100,6 +100,7 @@ namespace Spine.Unity {
|
|||||||
stateData = null;
|
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) {
|
public SkeletonData GetSkeletonData (bool quiet) {
|
||||||
if (skeletonJSON == null) {
|
if (skeletonJSON == null) {
|
||||||
if (!quiet)
|
if (!quiet)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user