DoesNotHaveFlagsCount(HierarchyNodeFlags)
Gets the number of 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
public int DoesNotHaveFlagsCount(HierarchyNodeFlags flags)
Parameters
The hierarchy node flags.
Returns
Type | Description |
|---|---|
| int | The number of nodes that do not have all of the flags set. |