Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TransformHandle.DirectChildrenEnumerator

An enumerator that allows you to iterate over all direct children of a transform handle.
Read time 1 minuteLast updated 6 days ago

Definition

public struct TransformHandle.DirectChildrenEnumerator : IEnumerator<TransformHandle>, IEnumerator, IDisposable

Properties

Property

Description

CurrentCurrent enumerated transform handle.

Methods

Method

Description

DisposeDisposes the enumerator.
MoveNextMoves the enumerator to the next transform handle.