void UpdateWheelsToScene() { WheelInfo wheelsblue = StrategyManager.NextBlue(GlobalMatchInfo); WheelInfo wheelsyellow = StrategyManager.NextYellow(GlobalMatchInfo); wheelsblue.Normalize(); //轮速规整化 wheelsyellow.Normalize(); //轮速规整化 ObjectManager.SetBlueWheelInfo(wheelsblue); ObjectManager.SetYellowWheelInfo(wheelsyellow); }