Gets lightmap info Lightmap info
| 71 | /// </summary> |
| 72 | /// <param name="info">Lightmap info</param> |
| 73 | void GetInfo(SavedLightmapInfo& info) const |
| 74 | { |
| 75 | info.Lightmap0 = _textures[0].GetID(); |
| 76 | info.Lightmap1 = _textures[1].GetID(); |
| 77 | info.Lightmap2 = _textures[2].GetID(); |
| 78 | } |
| 79 | |
| 80 | /// <summary> |
| 81 | /// Update texture (change it to another asset) |