Versions with this page:
Versions without this page:
La cantidad de hijos que el Transform tiene.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(transform.childCount); } }