프로그래밍
Unity3D – LifeCycle(Monobehaviour)
tedhong
2023. 2. 9. 14:01
2014-01-03 글쓴이 TED HONG
Unity3D – LifeCycle(Monobehaviour)

유니티 Monobehaviour 의 생명주기
Reset
Awake
OnEnable
Start
Fixedupdate
yield WaitForFiexedUpdate
Update
yield null and yield WaitForSceonds
LateUpdate
OnWillRenderObject
OnGUI
yield WaitForEndOfFrame
OnDisable
OnDestroy
http://www.richardfine.co.uk/2012/10/unity3d-monobehaviour-lifecycle/