TryAdd(in HierarchyNode, in T)
Attempts to add the specified HierarchyNode and value to the HierarchyNodeMapUnmanaged<T>.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
TryAdd(HierarchyNode, T)
public bool TryAdd(in HierarchyNode node, in T value)
Parameters
Returns
Type | Description |
|---|---|
| bool | |