Exemplo n.º 1
0
 public virtual void GridChanged()
 {
     this.grid3d = world.Grid;
     this.grid   = grid3d.GetGrid(Layer);
 }
Exemplo n.º 2
0
 public virtual void Setup(World world)
 {
     this.world  = world;
     this.grid3d = world.Grid;
     this.grid   = grid3d.GetGrid(Layer);
 }