摘要: 脚本与组件同理, MonoBehaviour继承Behaviour,Behaviour继承Component,所有组件也是继承Component,脚本可以理解为是自定义的组件。 Rigidbody rigidbody; void Start() ... 阅读全文