Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

HierarchyViewModelNodesEnumerableAn enumerable of hierarchy node.