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

Method OnOrderInParentChanged

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

Source from the content-addressed store, hash-verified

291}
292
293void BoxBrush::OnOrderInParentChanged()
294{
295 // Base
296 Actor::OnOrderInParentChanged();
297
298 // Fire event
299 OnBrushModified();
300}
301
302void BoxBrush::OnParentChanged()
303{

Callers

nothing calls this directly

Calls 1

OnBrushModifiedFunction · 0.85

Tested by

no test coverage detected