GetNodesWithoutFlags
Gets all hierarchy nodes that do not have all of the specified flags set.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
GetNodesWithoutFlags(HierarchyNodeFlags, Span<HierarchyNode>)
Gets all hierarchy nodes that do not have all of the specified flags set.
public int GetNodesWithoutFlags(HierarchyNodeFlags flags, Span<HierarchyNode> outNodes)
Parameters
Returns
Type | Description |
|---|---|
| int | The number of nodes written in the |
GetNodesWithoutFlags(HierarchyNodeFlags)
Gets all hierarchy nodes that do not have all of the specified flags set.
public HierarchyNode[] GetNodesWithoutFlags(HierarchyNodeFlags flags)
Parameters
The hierarchy node flags.
Returns
Type | Description |
|---|---|
| HierarchyNode[] | The hierarchy nodes. |