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

Method GetBrushMode

Source/Engine/Level/Actors/BoxBrush.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256CSG::Mode BoxBrush::GetBrushMode() const
257{
258 return _mode;
259}
260
261void BoxBrush::GetSurfaces(Array<CSG::Surface>& surfaces)
262{

Callers 2

BuildMethod · 0.80
walkTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected