Allocates a new object of the current class.
()
| 11089 | } |
| 11090 | /** Allocates a new object of the current class. */ |
| 11091 | alloc() { |
| 11092 | return new Il2Cpp.Object(Il2Cpp.Api._objectNew(this)); |
| 11093 | } |
| 11094 | /** Gets the field identified by the given name. */ |
| 11095 | field(name) { |
| 11096 | return this.tryField(name); |