MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetInfo

Method GetInfo

Source/Engine/Level/Scene/Lightmap.h:73–78  ·  view source on GitHub ↗

Gets lightmap info Lightmap info

Source from the content-addressed store, hash-verified

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)

Callers 1

SaveLightmapsMethod · 0.45

Calls 1

GetIDMethod · 0.80

Tested by

no test coverage detected