MCPcopy 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
21Lightmap* 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

DrawInstanceMethod · 0.80
DrawClusterMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80

Calls 2

CountMethod · 0.45
IsReadyMethod · 0.45

Tested by

no test coverage detected