Version: 2019.4
protected bool CanBeParent (IMGUI.Controls.TreeViewItem item);

パラメーター

itemCan this item be a parent?

説明

Override this method to control which items are allowed to be parents.

This is called internally by the TreeView to determine dragging behavior. For list views this function should just return false to prevent any reparenting.
Default behavior: returns true.