HierarchyViewModel.GetIndicesWithoutAllFlags

Declaration

public int GetIndicesWithoutAllFlags(Unity.Hierarchy.HierarchyNodeFlags flags, Span<int> outIndices);

Parameters

flags The hierarchy node flags.
outIndices The hierarchy node indices.

Returns

int The number of indices written in the span.

Description

Gets the indices of all hierarchy nodes that do not have all of the specified flags set.


Declaration

public int[] GetIndicesWithoutAllFlags(Unity.Hierarchy.HierarchyNodeFlags flags);

Parameters

flags The hierarchy node flags.

Returns

int[] The hierarchy node indices.

Description

Gets the indices of all hierarchy nodes that do not have all of the specified flags set.


Did you find this page useful? Please give it a rating: