Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
LightmapSettings Scene::GetLightmapSettings() const
91
{
92
return Info.LightmapSettings;
93
}
94
95
void Scene::SetLightmapSettings(const LightmapSettings& value)
96
{
Callers
2
UpdateLightmaps
Method · 0.80
EnsureSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected