Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

HierarchyViewModel.GetNodesWithFlags

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public Int32 GetNodesWithFlags(Unity.Hierarchy.HierarchyNodeFlags flags, Span<Unity.Hierarchy.HierarchyNode> outNodes);

Parameters

Parameter Description
flags The hierarchy node flags.
outNodes The hierarchy nodes.

Returns

Int32 The number of nodes written in the span.

Description

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


Declaration

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

Parameters

Parameter Description
flags The hierarchy node flags.

Returns

Unity.Hierarchy.HierarchyNode[] The hierarchy nodes.

Description

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