Version: 2017.2

Undo.GetCurrentGroupName

매뉴얼로 전환
public static string GetCurrentGroupName ();

반환

string Name of the current group or an empty string if the current group is empty.

설명

Get the name that will be shown in the UI for the current undo group.

By default, this name is inferred from the actions in the group. To set the name manually, use Undo.SetCurrentGroupName.