Azmyth.XNA.PlaneManager.Update C# (CSharp) Method

Update() public method

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