"If you do nothing, nothing will happen."

프로그래밍

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/

 

'프로그래밍' 카테고리의 다른 글

[Unity3D] Log Viewer  (0) 2023.02.09
Unity3D – Editor.log file  (0) 2023.02.09
Unity3D – SetActive  (0) 2023.02.09
Unity Object Pool  (0) 2023.02.09
[펌] 유니티3D 페이스북 연동|작성자 미친바람  (0) 2023.02.09