Undo.SetSnapshotTargetstatic function SetSnapshotTarget (objectToUndo : Object, name : string) : voidstatic function SetSnapshotTarget (objectsToUndo : Object[], name : string) : voidParameters
DescriptionSet the objects modified by the GUI or Handles so they can undo properly. This does not push an undo (the actual GUI or Handles are the ones who know when this is needed), but only informs the GUI or Handles what to call the operation on and where you end up applying it. |
