Azmyth.XNA.PlaneManager.Update C# (CSharp) Méthode

Update() public méthode

Updates chunk states.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void
        public override void Update(GameTime gameTime)
        {
            //Game.Player.Position = center
            //update loaded chunks here.
        }