このページを含むバージョン:
このページを含まないバージョン:
Transform の持つ子の数
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(transform.childCount); } }