-
-
Notifications
You must be signed in to change notification settings - Fork 23.3k
Update EditorImportPlugin docs and clarify which methods are required #104740
New issue
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
base: master
Are you sure you want to change the base?
Conversation
I believe this PR, at least in part, is not necessary anymore after #107130 . However, despite that PR, the |
@Mickeon It is nice to see that there is some progress with a more general solution to this problem. A keyword in the signature is better than these comments. I am going to see if I can add the required keyword to the docs. |
70bcb32
to
618f5ee
Compare
618f5ee
to
98beac0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mirrors the implementation of the recently-merged #107989
Could you squash your commits? See our pull request guidelines for more information |
98beac0
to
71723f7
Compare
Closes #104519
Add missing methods to the gdscript code examplewas already included in another commitI did not change the C# example because I was not sure how exactly it should look. The changed example is tested and works.
Clarify which virtual methods are required and which are optional, using the same style as inUse required attribute for required virtual methodsVisualShaderNodeCustom