Version: 2017.2

Undo.RecordObjects

Cambiar al Manual
public static void RecordObjects (Object[] objectsToUndo, string name);

Descripción

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

See Also: Undo.RecordObject.