Version: 2020.2
언어: 한국어
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.