HierarchyNodeChildren

struct in Unity.Hierarchy

/

Implemented in:UnityEngine.HierarchyCoreModule

Description

A read-only collection of a hierarchy node's children.

If the hierarchy is modified, the collection is invalidated.

Properties

Count The number of children.
this[int] Gets the child at the specified index.

Public Methods

GetEnumerator Gets an enumerator for the children.

Did you find this page useful? Please give it a rating: