LanguageEnglish
  • C#

HierarchyViewModel.GetNodesWithoutAllFlags

Declaration

public int GetNodesWithoutAllFlags(Unity.Hierarchy.HierarchyNodeFlags flags, Span<HierarchyNode> outNodes);

Parameters

flags The hierarchy node flags.
outNodes The hierarchy nodes.

Returns

int The number of nodes written in the span.

Description

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


Declaration

public HierarchyNode[] GetNodesWithoutAllFlags(Unity.Hierarchy.HierarchyNodeFlags flags);

Parameters

flags The hierarchy node flags.

Returns

HierarchyNode[] The hierarchy nodes.

Description

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


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