Show / Hide Table of Contents

Class UndoManager.UndoQueue

Undo queue implementation.
Inheritance
object
UndoManager.UndoQueue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public class UndoManager.UndoQueue

Methods

Name Description
Add(IUndoAction) Add a new action to this queue.
GetHistory() Get a string array of this queue's current history.
GetIndex() Get this queue's current position index, -1 when empty.
Redo() Execute the redo action of the item after the queue's current position and increase the position pointer.
Reset() Reset the queue's history and position pointer to its initial state.
ToString() Returns a string that represents the current object.
Undo() Execute the undo action of the item at the queue's current position and decrease the position pointer.

Extension Methods

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾