RAII-style utility class to set a Node 's enabled state and have it restored at the end of the current scope block.
Constructs an object that will store node's enabled state and restore it at the end of the current scope.
Constructs an object that will set node's enabled state to enable and restore it to the original state at the end of the current scope.