Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ CanUseCSG
Method
CanUseCSG
Source/Engine/Level/Actors/BoxBrush.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
bool BoxBrush::CanUseCSG() const
252
{
253
return IsActiveInHierarchy();
254
}
255
256
CSG::Mode BoxBrush::GetBrushMode() const
257
{
Callers
1
walkTree
Function · 0.80
Calls
1
IsActiveInHierarchy
Function · 0.85
Tested by
no test coverage detected