Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

The hierarchy node flags.

The hierarchy nodes.

Returns

Type

Description

intThe number of nodes written in the
outNodes
span.

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.