Method Undo
Undo()
Cancels the last operation carried out.
Declaration
public void Undo()
Remarks
In fact the method restores the scene in its previous state (before the execution of the last user action).
This method can be called up to ten times in succession to progressivelly deconstruct the scene.