* Get the list of animation names available in this skeleton. * @returns {string[]} array of animation names
()
| 714 | * @returns {string[]} array of animation names |
| 715 | */ |
| 716 | getAnimationNames() { |
| 717 | return this.skeleton.data.animations.map((a) => { |
| 718 | return a.name; |
| 719 | }); |
| 720 | } |
| 721 | |
| 722 | /** |
| 723 | * Get the list of skin names available in this skeleton. |