AsReadOnlySpan()
Returns a read-only span of all hierarchy flattened nodes in the hierarchy flattened.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public ReadOnlySpan<HierarchyFlattenedNode> AsReadOnlySpan()
Returns
Type | Description |
|---|---|
| ReadOnlySpan<HierarchyFlattenedNode> | A read-only span of hierarchy flattened nodes. |