Show / Hide Table of Contents

Class UndoActions.UndoRemove

"Remove" action for the UndoManager. Can undo and redo ZDO removal.
Inheritance
object
UndoActions.UndoRemove
Implements
UndoManager.IUndoAction
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public class UndoActions.UndoRemove : UndoManager.IUndoAction

Constructors

Name Description
UndoRemove(IEnumerable<ZDO>) Create new undo data for ZDO removal operations. Clones all ZDO data to prevent NREs.

Fields

Name Description
Data Current ZDO data of this action.

Methods

Name Description
Description() Description of the executed action.
Redo() Remove stored ZDOs again.
RedoMessage() Success message.
Undo() Recreate stored ZDOs again.
UndoMessage() Success message.

Extension Methods

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