We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@RegisterClass class Sample : Node2D() { @RegisterProperty @Export lateinit var node: Parent } @RegisterClass abstract class Parent : Node2D() { } @RegisterClass class Child : Parent() { }
Modify Parent to a normal class, then you can assign.
@RegisterClass open class Parent : Node2D() { }
By the way, when I made the change, after building, the editor crashed,here's the error log. hs_err_pid23860.log
The text was updated successfully, but these errors were encountered:
chippmann
No branches or pull requests
Modify Parent to a normal class, then you can assign.
By the way, when I made the change, after building, the editor crashed,here's the error log.
hs_err_pid23860.log
The text was updated successfully, but these errors were encountered: