Table of Contents

Class UndoRedoState

Namespace
PAC.UndoRedo
public class UndoRedoState
Inheritance
UndoRedoState
Inherited Members

Constructors

UndoRedoState(UndoRedoAction, Layer, int)

public UndoRedoState(UndoRedoAction action, Layer layer, int layerIndex)

Parameters

action UndoRedoAction
layer Layer
layerIndex int

UndoRedoState(UndoRedoAction, Layer[], int[])

public UndoRedoState(UndoRedoAction action, Layer[] affectedLayers, int[] affectedLayersIndices)

Parameters

action UndoRedoAction
affectedLayers Layer[]
affectedLayersIndices int[]

Properties

action

public UndoRedoAction action { get; }

Property Value

UndoRedoAction

affectedLayers

public Layer[] affectedLayers { get; }

Property Value

Layer[]

affectedLayersIndices

public int[] affectedLayersIndices { get; }

Property Value

int[]