AnimatedItem.animation.play_looping method

play_looping(self, track: str, start_time: float, end_time: float) -> None:

Plays a looping animation track on this item with defined startTime and endTime.

Note: Looping animations never complete.

Parameters

  • track: str

    name of the animation.

  • start_time: float

    start of animation track.

  • end_time: float

    end of animation track.