MCPcopy 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
251bool BoxBrush::CanUseCSG() const
252{
253 return IsActiveInHierarchy();
254}
255
256CSG::Mode BoxBrush::GetBrushMode() const
257{

Callers 1

walkTreeFunction · 0.80

Calls 1

IsActiveInHierarchyFunction · 0.85

Tested by

no test coverage detected