(methodName)
| 4584 | return Il2Cpp.Api.MonoBehaviour._StopCoroutine_Coroutine(this.handle, coroutine); |
| 4585 | } |
| 4586 | StopCoroutine_methodName(methodName) { |
| 4587 | return Il2Cpp.Api.MonoBehaviour._StopCoroutine_String(this.handle, allocCStr(methodName)); |
| 4588 | } |
| 4589 | StopCoroutine_enumerator(enumerator) { |
| 4590 | return Il2Cpp.Api.MonoBehaviour._StopCoroutine_IEnumerator(this.handle, enumerator); |
| 4591 | } |
nothing calls this directly
no test coverage detected