Gets the classes nested inside the current class.
()
| 11064 | } |
| 11065 | /** Gets the classes nested inside the current class. */ |
| 11066 | get nestedClasses() { |
| 11067 | return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetNestedClasses, Il2Cpp.Class)); |
| 11068 | } |
| 11069 | /** Gets the class from which the current class directly inherits. */ |
| 11070 | get parent() { |
| 11071 | const handle = Il2Cpp.Api._classGetParent(this); |