Contains(in HierarchyNode)
Determines if a specified node is in the hierarchy view model.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
Contains(HierarchyNode)
public bool Contains(in HierarchyNode node)
Parameters
The hierarchy node to search for in the view model.
Returns
Type | Description |
|---|---|
| bool | |