FBClient.Core.Entities.PowerUp.Update C# (CSharp) Méthode

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void
        public void Update(GameTime gameTime)
        {
            Sprite.Update(gameTime);

            if (InDestruction)
            {
                _itemDestroyAnimation.Update(gameTime);
            }

            base.Update();
        }