Unity Script Reference - MonoBehavior 1
Unity3D 2012. 6. 21. 14:41http://unity3d.com/support/documentation/ScriptReference/MonoBehaviour.html
MonoBehaviour 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.MonoBehaviour Inherits from Behaviour
'Unity3D' 카테고리의 다른 글
BPM 계산 방식과 배속의 구현 방법 (1) | 2012.07.18 |
---|---|
Unity3D로 만드는 초간단 2D 게임 (0) | 2012.07.09 |
5. Importing Objects From 3D Studio Max - 3DS Max에서 오브젝트 불러오기. (1) | 2012.06.19 |
Unity3D에서 선과 직선의 거리 구하기. [ Calculate the distance between a ray and a point. ] (0) | 2012.06.19 |
1. GUI Tutorial - 인터페이스 튜토리얼 (0) | 2012.06.19 |