Show / Hide Table of Contents

Class UndoActions.UndoCreate

"Create" action for the UndoManager. Can undo and redo ZDO creation.
Inheritance
object
UndoActions.UndoCreate
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.UndoCreate : UndoManager.IUndoAction

Constructors

Name Description
UndoCreate(IEnumerable<ZDO>) Create new undo data for ZDO creation 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() Recreate stored ZDOs again.
RedoMessage() Success message.
Undo() Remove 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
☀
☾