(methodName, time)
| 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 | } |
| 4559 | IsInvoking_methodName(methodName) { |
| 4560 | return Il2Cpp.Api.MonoBehaviour._IsInvoking_String(this.handle, allocCStr(methodName)); |
| 4561 | } |