在Unity中给出的MonoBehaviour的描述如下:
MonoBehaviour
Namespace: UnityEngine
Inherits from: Behaviour
Description 描述
MonoBehaviour is the base class every script derives from.
MonoBehaviour 是每个脚本派生的类的基类。
Using Javascript every script automatically derives from MonoBehaviour. When using C# or Boo you have to explicitly