(methodName)
| 4569 | return Il2Cpp.Api.MonoBehaviour._StartCoroutine_IEnumerator(this.handle, enumerator); |
| 4570 | } |
| 4571 | StartCoroutine_methodName(methodName) { |
| 4572 | return Il2Cpp.Api.MonoBehaviour._StartCoroutine_String(this.handle, allocCStr(methodName)); |
| 4573 | } |
| 4574 | StartCoroutine_methodName_obj(methodName, obj) { |
| 4575 | return Il2Cpp.Api.MonoBehaviour._StartCoroutine_String_Object(this.handle, allocCStr(methodName), obj); |
| 4576 | } |
nothing calls this directly
no test coverage detected