MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / IsStarted

Method IsStarted

src/luxcore/luxcoreimpl.cpp:909–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907}
908
909bool RenderSessionImpl::IsStarted() const {
910 return renderSession->IsStarted();
911}
912
913void RenderSessionImpl::BeginSceneEdit() {
914 renderSession->BeginSceneEdit();

Callers 3

UpdateStatsMethod · 0.45
~RenderSessionMethod · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected