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

Function OnBrushModified

Source/Editor/Managed/ManagedEditor.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void OnBrushModified(CSG::Brush* brush)
106{
107 if (brush && Editor::Managed && Editor::Managed->CanAutoBuildCSG())
108 {
109 CSG::Builder::Build(brush->GetBrushScene(), ManagedEditor::ManagedEditorOptions.AutoRebuildCSGTimeoutMs);
110 }
111}
112
113struct VisualScriptingDebugFlowInfo
114{

Callers 10

SetSurfacesMethod · 0.85
SetModeMethod · 0.85
SetCenterMethod · 0.85
SetSizeMethod · 0.85
SetMaterialMethod · 0.85
OnTransformChangedMethod · 0.85
OnActiveInTreeChangedMethod · 0.85
OnParentChangedMethod · 0.85
OnBrushModifiedMethod · 0.85

Calls 3

BuildFunction · 0.85
CanAutoBuildCSGMethod · 0.80
GetBrushSceneMethod · 0.80

Tested by

no test coverage detected