public bool BeginRename (IMGUI.Controls.TreeViewItem item);
public bool BeginRename (IMGUI.Controls.TreeViewItem item, float delay);

파라미터

itemItem to rename.
delayDelay in seconds until the rename overlay shows.

반환

bool Returns true if renaming was started. Returns false if renaming was already active.

설명

Shows the rename overlay for a TreeViewItem.

This renames the TreeViewItem.displayName string.