onPlayIdleUpLeftAnimation method

void onPlayIdleUpLeftAnimation()
inherited

Implementation

void onPlayIdleUpLeftAnimation() {
  animation?.play(SimpleAnimationEnum.idleUpLeft);
}