包含此页的版本:
不含此页的版本:
此组件附加到的游戏对象。始终将组件附加到游戏对象。
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(gameObject.name); } }