Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DoesNotHaveFlagsCount(HierarchyNodeFlags)

Gets the number of nodes that do not have all of the specified flags set.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule
public int DoesNotHaveFlagsCount(HierarchyNodeFlags flags)

Parameters

The flags to count non-matching hierarchy nodes for.

Returns

Type

Description

intThe number of nodes that do not have all of the flags set.