Enum EditorUndoRedoManager.SpecialHistory
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
public enum EditorUndoRedoManager.SpecialHistory : long
Fields
GlobalHistory = 0
Global history not associated with any scene, but with external resources etc.
InvalidHistory = -99
Invalid "null" history. It's a special value, not associated with any object.
RemoteHistory = -9
History associated with remote inspector. Used when live editing a running project.