Exemplo n.º 1
0
 public void SetFace(Vector3 pos, ESCell.FACE face, ESCell.TYPE type)
 {
     GetVolume(pos).SetFace(face, type);
 }
Exemplo n.º 2
0
 public void SetVolume(Vector3 pos, ESCell.TYPE type)
 {
     GetVolume(pos).SetCellType(type);
 }