Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetIndicesWithoutFlags

Gets the indices 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

GetIndicesWithoutFlags(HierarchyNodeFlags, Span<int>)

Gets the indices of all hierarchy nodes that do not have all of the specified flags set.
public int GetIndicesWithoutFlags(HierarchyNodeFlags flags, Span<int> outIndices)

Parameters

The hierarchy node flags.

outIndices

The hierarchy node indices.

Returns

Type

Description

intThe number of indices written in the
outIndices
span.

GetIndicesWithoutFlags(HierarchyNodeFlags)

Gets the indices of all hierarchy nodes that do not have all of the specified flags set.
public int[] GetIndicesWithoutFlags(HierarchyNodeFlags flags)

Parameters

The hierarchy node flags.

Returns

Type

Description

int[]The hierarchy node indices.