1){ lastUpdateTime=Time.time; MyUpdateMethod(); } }">
MCQs > IT & Programming > Unity3D > Which one will call MyUpdateMethod() every 1 second?

Unity3D MCQs

Which of the following will call MyUpdateMethod() every 1 second?

Answer

Correct Answer: void Start(){ InvokeRepeating("MyUpdateMethod",1,1); gameObject.SetActive(false); }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Unity3D Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Unity3D Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it