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

Function OnLightmapsBuildStarted

Source/Editor/Managed/ManagedEditor.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void OnLightmapsBuildStarted()
62{
63 OnLightmapsBake(ShadowsOfMordor::BuildProgressStep::Initialize, 0, 0, false);
64}
65
66void OnLightmapsBuildProgress(ShadowsOfMordor::BuildProgressStep step, float stepProgress, float totalProgress)
67{

Callers

nothing calls this directly

Calls 1

OnLightmapsBakeFunction · 0.85

Tested by

no test coverage detected