Versions with this page:
Versions without this page:
The number of children the Transform has.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(transform.childCount); } }