Example #1
0
 void FixedUpdate()
 {
     mainSprite.UpdateCamera();
     UpdateTrigger();
     UpdateSprite();
     UpdateFrameAnimation();
 }