Version: 2018.1

Undo.RecordObjects

Switch to Manual
public static void RecordObjects (Object[] objectsToUndo, string name);

Description

Records multiple undoable objects in a single call. This is the same as calling Undo.RecordObject multiple times.

See Also: Undo.RecordObject.