Version: 2019.2
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.