Undo.SetCurrentGroupName

매뉴얼로 전환
public static void SetCurrentGroupName (string name);

파라미터

nameNew name of the current undo group.

설명

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.