Ejemplo n.º 1
0
 public LightValue this[int x, int y, int z]
 {
     get { return(storage.Get(x, y, z)); }
     set { storage.Set(x, y, z, value); }
 }
Ejemplo n.º 2
0
 protected override VoxelTypeID GetVoxelID(int x, int y, int z)
 {
     return(storage.Get(x, y, z));
 }