void Update() { if (isPlaying) { meshManager.Update(); } }
public void Rest() { trainSetion.ResetTrail(); meshTrail.Update(trainSetion); }