public void PlayJumpAnimation(float xOffset, float yOffset) { upper.PlayJumpAnimation(); center.PlayJumpAnimation(); lower.PlayJumpAnimation(); OffsetAnimation(xOffset, yOffset); }