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

Method GetBrushScene

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

Source from the content-addressed store, hash-verified

239#endif
240
241Scene* BoxBrush::GetBrushScene() const
242{
243 return GetScene();
244}
245
246Guid BoxBrush::GetBrushID() const
247{

Callers 1

OnBrushModifiedFunction · 0.80

Calls 1

GetSceneFunction · 0.85

Tested by

no test coverage detected