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

Method GetLightmapSettings

Source/Engine/Level/Scene/Scene.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90LightmapSettings Scene::GetLightmapSettings() const
91{
92 return Info.LightmapSettings;
93}
94
95void Scene::SetLightmapSettings(const LightmapSettings& value)
96{

Callers 2

UpdateLightmapsMethod · 0.80
EnsureSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected