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