Version: 2017.1

Undo.SetCurrentGroupName

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

Parámetros

name New 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.