onPlayIdleUpLeftAnimation method
void
onPlayIdleUpLeftAnimation()
Implementation
void onPlayIdleUpLeftAnimation() {
if (!canExecuteAnimation(
DirectionAnimationMethod.onPlayIdleUpLeftAnimation,
)) {
return;
}
play(SimpleAnimationEnum.idleUpLeft);
}