cmdList | A hierarchy command list that can modify the hierarchy. |
bool
true
if more invocations are needed to complete integrating changes, and false
if the handler is done integrating changes.
Callback that determines if changes from an update need to be integrated into the hierarchy. IntegrateChanges
is called after ChangesPending returns true
. When the hierarchy is updated, ChangesPending
is called on all registered node ype handlers. If they return true, then IntegrateChanges
is called on them. If they return false, then IntegrateChanges
is not called on them.