Undo.SetCurrentGroupName

Cambiar al Manual
public static void SetCurrentGroupName (string name);

Parámetros

nameNew name of the current undo group.

Descripción

Set the name of the current undo group.

Setting a name manually will override an implicitly generated name for the group.

See Also: Undo.GetCurrentGroupName.