摘要: ```c# using UnityEngine; public class NewBehaviourScript : MonoBehaviour { // Use this for initialization void Start () { gameObject.AddComponent();//添加组件 Renderer render = gameObject.GetCompo... 阅读全文