(tag)
| 5396 | return new Il2Cpp.GameObject(Il2Cpp.Api.GameObject._FindGameObjectsWithTag_A(allocUStr(tag))); |
| 5397 | } |
| 5398 | static FindGameObjectWithTag(tag) { |
| 5399 | return new Il2Cpp.GameObject(Il2Cpp.Api.GameObject._FindGameObjectWithTag(allocUStr(tag))); |
| 5400 | } |
| 5401 | static FindWithTag(tag) { |
| 5402 | return new Il2Cpp.GameObject(Il2Cpp.Api.GameObject._FindWithTag(allocUStr(tag))); |
| 5403 | } |
nothing calls this directly
no test coverage detected