UHSampleGame.CoreObjects.StaticModel.Update C# (CSharp) Méthode

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void
        public override void Update(GameTime gameTime)
        {
            //update view matrix
            UpdateView();

            base.Update(gameTime);
        }