Namespace VRSketchingGeometry.Commands
Classes
AddObjectToSketchWorldRootCommand
Add a new object to the sketch world root. The sketch object is deleted when undoing this command.
CommandInvoker
This class manages all commands that have been executed. It offers methods to undo and redo commands.
DeleteObjectCommand
Delete a sketch object.
SetBrushCommand
Set the brush of the sketch object.
Interfaces
ICommand
A command according to the command pattern. It supports undo and redo.