(methodName, options)
| 5355 | return Il2Cpp.Api.GameObject._GetComponentsInternal(this.handle, type.handle, ptr(useSearchTypeAsArrayReturnType), ptr(recursive), ptr(includeInactive), ptr(reverse), ptr(resultList)); |
| 5356 | } |
| 5357 | SendMessage(methodName, options) { |
| 5358 | return Il2Cpp.Api.GameObject._SendMessage(this.handle, allocUStr(methodName), options); |
| 5359 | } |
| 5360 | SetActive(value) { |
| 5361 | return Il2Cpp.Api.GameObject._SetActive(this.handle, ptr(value)); |
| 5362 | } |
nothing calls this directly
no test coverage detected