mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Restored IsAnimationPlaying in actions.ts.
This commit is contained in:
parent
731aa2bdf1
commit
1fd2c858ca
@ -54,4 +54,7 @@ C3.Plugins.EsotericSoftware_SpineConstruct3.Cnds =
|
|||||||
IsInsideSlot (this: SpineC3Instance, x: number, y: number, slotName: string) {
|
IsInsideSlot (this: SpineC3Instance, x: number, y: number, slotName: string) {
|
||||||
return this.isInsideSlot(x, y, slotName);
|
return this.isInsideSlot(x, y, slotName);
|
||||||
},
|
},
|
||||||
|
IsAnimationPlaying (this: SpineC3Instance, animationName: string, trackIndex: number) {
|
||||||
|
return this.isAnimationPlaying(animationName, trackIndex);
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user