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

Function OnLightmapsBuildProgress

Source/Editor/Managed/ManagedEditor.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void OnLightmapsBuildProgress(ShadowsOfMordor::BuildProgressStep step, float stepProgress, float totalProgress)
67{
68 OnLightmapsBake(step, stepProgress, totalProgress, true);
69}
70
71void OnLightmapsBuildFinished(bool failed)
72{

Callers

nothing calls this directly

Calls 1

OnLightmapsBakeFunction · 0.85

Tested by

no test coverage detected