mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Minor doc.
This commit is contained in:
parent
c7017067ea
commit
145d1b6aef
@ -213,7 +213,7 @@ namespace Spine.Unity {
|
|||||||
for (int i = 0; i < separatorSlotNames.Length; i++)
|
for (int i = 0; i < separatorSlotNames.Length; i++)
|
||||||
separatorSlots.Add(skeleton.FindSlot(separatorSlotNames[i]));
|
separatorSlots.Add(skeleton.FindSlot(separatorSlotNames[i]));
|
||||||
|
|
||||||
LateUpdate();
|
LateUpdate(); // Generate mesh for the first frame it exists.
|
||||||
|
|
||||||
if (OnRebuild != null)
|
if (OnRebuild != null)
|
||||||
OnRebuild(this);
|
OnRebuild(this);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user