Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Remove(in HierarchyNode)

Removes the value with the specified HierarchyNode from the HierarchyNodeMapUnmanaged<T>.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule

Remove(HierarchyNode)

public bool Remove(in HierarchyNode node)

Parameters

The hierarchy node.

Returns

Type

Description

bool
true
if the HierarchyNode is found and removed,
false
otherwise.