Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void SceneCSGData::BuildCSG(float timeoutMs) const
36
{
37
#if COMPILE_WITH_CSG_BUILDER
38
Builder::Build(_scene, timeoutMs);
39
#endif
40
}
41
42
bool SceneCSGData::HasData() const
43
{
Callers
nothing calls this directly
Calls
1
Build
Function · 0.85
Tested by
no test coverage detected