Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

成员变量有自定义类数组导出后运行崩溃 #34

Description

@cloudending
//c#
class B {}
class A {
    B[] b_array;
}

比如这段代码,将A与B导出后A的ts声明:

class A {
    b_array: B[]
}

看起来没啥问题,但是如果去获取b_array的数据时会崩溃,Editor直接闪退了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions