Example #1
0
 protected override void OnJobDone(Vector3Int chunkId, LightmapGenerationJobResult result)
 {
     lightManager.ApplyGenerationResult(chunkId, result);
 }
 public void ApplyGenerationResult(Vector3Int chunkId, LightmapGenerationJobResult result)
 {
     lightManager.ApplyGenerationResult(chunkId, result);
 }