(methodName, time, repeatRate)
| 4551 | return Il2Cpp.Api.MonoBehaviour._CancelInvoke_String(this.handle, allocCStr(methodName)); |
| 4552 | } |
| 4553 | InvokeRepeating(methodName, time, repeatRate) { |
| 4554 | return Il2Cpp.Api.MonoBehaviour._InvokeRepeating(this.handle, allocCStr(methodName), time, repeatRate); |
| 4555 | } |
| 4556 | Invoke(methodName, time) { |
| 4557 | return Il2Cpp.Api.MonoBehaviour._Invoke(this.handle, allocCStr(methodName), time); |
| 4558 | } |
nothing calls this directly
no test coverage detected