Exemplo n.º 1
0
 public List <Vector3Int> UpdateLightOnVoxelSet(ChunkNeighbourhood neighbourhood, Vector3Int localCoords, VoxelTypeID voxelType, VoxelTypeID previousType)
 {
     return(lightManager.UpdateLightOnVoxelSet(neighbourhood, localCoords, voxelType, previousType));
 }