TransformHandle.SubhierarchyEnumerator
An enumerator that iterates over a TransformHandle instance and all of its descendants. The TransformHandle instance itself is yielded first, followed by its descendants in depth-first order.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Implements: IEnumerator<TransformHandle>, IEnumerator, IDisposable
public struct TransformHandle.SubhierarchyEnumerator : IEnumerator<TransformHandle>, IEnumerator, IDisposable
Properties
Property | Description |
|---|---|
| Current | The TransformHandle instance at the current position of the enumerator. |