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

Method BuildCSG

Source/Engine/Level/Scene/SceneCSGData.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void SceneCSGData::BuildCSG(float timeoutMs) const
36{
37#if COMPILE_WITH_CSG_BUILDER
38 Builder::Build(_scene, timeoutMs);
39#endif
40}
41
42bool SceneCSGData::HasData() const
43{

Callers

nothing calls this directly

Calls 1

BuildFunction · 0.85

Tested by

no test coverage detected