GearsDebug.Playable.DevTestArea.Collision.CollisionTestPlayerManager.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)
        {
            testUnitA.Update(gameTime);
            testUnitB.Update(gameTime);
        }