MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / notifyObjectDirty

Method notifyObjectDirty

Engine/source/scene/sceneManager.cpp:636–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634//-----------------------------------------------------------------------------
635
636void SceneManager::notifyObjectDirty( SceneObject* object )
637{
638 // Update container state.
639
640 if( object->mContainer )
641 object->mContainer->checkBins( object );
642
643 // Mark zoning state as dirty.
644
645 if( getZoneManager() )
646 getZoneManager()->notifyObjectChanged( object );
647}
648
649//-----------------------------------------------------------------------------
650

Callers 5

setGlobalBoundsMethod · 0.80
setTransformMethod · 0.80
_generateSlicesMethod · 0.80
_captureVertsMethod · 0.80
_regenerateMethod · 0.80

Calls 2

checkBinsMethod · 0.80
notifyObjectChangedMethod · 0.80

Tested by

no test coverage detected