enum MAGES::SceneGraph::GraphRunner::UndoActionFlags

Overview

Flags for the UndoAction method. More…

enum UndoActionFlags
{
    Default      = 0,
    SpecificOnly = 1<<0,
    LocalOnly    = 1<<1,
    NonAudible   = 1<<2,
};

Detailed Documentation

Flags for the UndoAction method.

Enum Values

Default

Default behavior.

SpecificOnly

Undo only this action, don’t undo any of the previous actions.

LocalOnly

Don’t send the undo action to the network.

NonAudible

Don’t indicate to the user that the action was undone.