Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

HierarchyViewModel.SetFlagsRecursive

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 void SetFlagsRecursive(ref Unity.Hierarchy.HierarchyNode node, Unity.Hierarchy.HierarchyNodeFlags flags, Unity.Hierarchy.HierarchyTraversalDirection direction);

Parameters

Parameter Description
node The hierarchy node.
flags The hierarchy node flags.
direction The direction of the recursion operation.

Description

Sets the specified flags recursively on the hierarchy node.


Declaration

public void SetFlagsRecursive(ReadOnlySpan<HierarchyNode> nodes, Unity.Hierarchy.HierarchyNodeFlags flags, Unity.Hierarchy.HierarchyTraversalDirection direction);

Parameters

Parameter Description
nodes The hierarchy nodes.
flags The hierarchy node flags.
direction The direction of the recursion operation.

Description

Sets the specified flags recursively on the hierarchy nodes.