Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnActiveInTreeChanged
Method
OnActiveInTreeChanged
Source/Engine/Level/Actors/BoxBrush.cpp:284–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
void BoxBrush::OnActiveInTreeChanged()
285
{
286
// Base
287
Actor::OnActiveInTreeChanged();
288
289
// Fire event
290
OnBrushModified();
291
}
292
293
void BoxBrush::OnOrderInParentChanged()
294
{
Callers
1
SynchronizePrefabInstances
Method · 0.45
Calls
1
OnBrushModified
Function · 0.85
Tested by
no test coverage detected