Question: What does the Destroy function do?
- It deactivates the specified game object immidiately
- It deletes the specified game object after the current update loop
- It deletes the specified game object when the application terminates
- It deletes the specified game object immidaitely
Answer: The correct answer of the above question is Option B:It deletes the specified game object after the current update loop