Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetReadyLightmap
Method
GetReadyLightmap
Source/Engine/Level/Scene/SceneLightmapsData.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
Lightmap* SceneLightmapsData::GetReadyLightmap(int32 index)
22
{
23
return index >= 0 && index < _lightmaps.Count() && _lightmaps[index]->IsReady() ? _lightmaps[index] : nullptr;
24
}
25
26
#if USE_EDITOR
27
Callers
5
DrawInstance
Method · 0.80
DrawCluster
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Calls
2
Count
Method · 0.45
IsReady
Method · 0.45
Tested by
no test coverage detected