CanBeParent(TreeViewItem)
Override this method to control which items are allowed to be parents.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected virtual bool CanBeParent(TreeViewItem item)
Parameters
Can this item be a parent?
Returns
Type | Description |
|---|---|
| bool |
Remarks
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.