Property | Type | Description | |
---|---|---|---|
Redo | System.Action | ||
Undo | System.Action |
Method | Description | |
---|---|---|
Create ( System.Action undo, System.Action redo ) : |
Creates a new UndoRedo instance.
|
|
UndoRedo ( System.Action undo, System.Action redo ) : System |
Initializes a new UndoRedo instance.
|
public static Create ( System.Action undo, System.Action redo ) : |
||
undo | System.Action | |
redo | System.Action | |
return |
public UndoRedo ( System.Action undo, System.Action redo ) : System | ||
undo | System.Action | |
redo | System.Action | |
return | System |