MonoBehaviour Inherits from BehaviourMonoBehaviour is the base class every script derives from. Using Javascript every script automatically derives from MonoBehaviour. When using C# or Boo you have to explicitly derive from MonoBehaviour. Note: The checkbox for disabling a MonoBehavior (on the editor) will only prevent Start(), Awake(), Update(), FixedUpdate(), and OnGUI() from executing. If none of these functions are present, the checkbox is not displayed. See Also: The chapter on scripting in the manual. Variables
Functions
Overridable Functions
Class Functions
Inherited members
Inherited Variables
Inherited Functions
Inherited Class Functions
|
