Read the documentation from the Unity Scripting API below. Which of the following is a correct use of the InvokeRepeating method?
1) InvokeRepeating("MethodName", 0f, 2f)
2) InvokeRepeating("MethodName", 2f, 0f)
3) InvokeRepeating("MethodName", 2f, 2f)
4) InvokeRepeating("MethodName", 0f, 0f)

Q&A Education