EnumerateNodesWithoutFlags(HierarchyNodeFlags)
Gets an enumerable of all hierarchy nodes that do not have all of the specified flags set.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public HierarchyViewModelNodesEnumerable EnumerateNodesWithoutFlags(HierarchyNodeFlags flags)
Parameters
The hierarchy node flags.
Returns
Type | Description |
|---|---|
| HierarchyViewModelNodesEnumerable | An enumerable of hierarchy node. |