Version: 2020.3
言語: 日本語
public bool BeginRename (IMGUI.Controls.TreeViewItem item);
public bool BeginRename (IMGUI.Controls.TreeViewItem item, float delay);

パラメーター

item Item to rename.
delay Delay 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.