-
Notifications
You must be signed in to change notification settings - Fork 42
ClassBuilder, ToVariant/FromVariant and Export explanations. #51
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
Conversation
To resolve Issue godot-rust#38 I have added some entries in `rust-bindings/properties.md` In addition, I added a section that can better explain the `ToVariant`, `FromVariant` and `Export` traits as these are going to end up being really common issues for folks that work heavily with the Godot Editor
I've gone over and fixed up this PR. @Bromeon If you have any feedback or nitpicks, please let me know otherwise I'll go ahead and squash/merge it. |
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.
Thanks a lot for the write-up!
I added some comments.
I added the fixes as requested. Let me know if there's anything else that you'd like to see changed :) |
Should be good, thanks! 🙂 |
Thank you for the reviews! I'll go ahead and squash/merge the changes :) |
To resolve Issue #38 I have added some entries in
rust-bindings/properties.md
In addition, I added a section that can better explain the
ToVariant
,FromVariant
andExport
traits as these are going to end up being really common issues for folks that work heavily with the Godot Editor.I am opening this as a draft for some initial feedback on the ideas not necessarily the typos, if I have any major misunderstandings in my explanations please let me know so I can update it. Please don't worry about typos for the time being as I plan to go over and edit this again.