* return the current animation frame index. * @returns {number} current animation frame index
()
| 682 | * @returns {number} current animation frame index |
| 683 | */ |
| 684 | getCurrentAnimationFrame() { |
| 685 | return this._frameAnim.getCurrentAnimationFrame(); |
| 686 | } |
| 687 | |
| 688 | /** |
| 689 | * Returns the frame object by the index. |
no outgoing calls
no test coverage detected