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

Method OnTransformChanged

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

Source from the content-addressed store, hash-verified

272}
273
274void BoxBrush::OnTransformChanged()
275{
276 // Base
277 Actor::OnTransformChanged();
278
279 // Fire events
280 UpdateBounds();
281 OnBrushModified();
282}
283
284void BoxBrush::OnActiveInTreeChanged()
285{

Callers

nothing calls this directly

Calls 1

OnBrushModifiedFunction · 0.85

Tested by

no test coverage detected