Esempio n. 1
0
 protected override void DoUpdate(GameTime gameTime)
 {
     VehiculeDrawablePart.Update(gameTime);
     UpdateAngleFromPlayer(RacingMap.ActiveVehicule);
 }
Esempio n. 2
0
 public override void Update(GameTime gameTime)
 {
     ActiveBillboardSystem.Update(gameTime);
 }