-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
docs: Added a page for Joints documentation + ConstantVolumeJoint doc and example #2362
Conversation
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.
Great work, this is very needed!
packages/flame_forge2d/example/lib/joints/constant_volume_joint.dart
Outdated
Show resolved
Hide resolved
packages/flame_forge2d/example/lib/joints/constant_volume_joint.dart
Outdated
Show resolved
Hide resolved
Co-authored-by: Lukas Klingsbo <[email protected]>
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.
Good stuff, thanks for your contribution!
@eukleshnin seems like I don't have permission to update the branch to latest main, can you press the "Update branch" button? |
Done! |
Description
Added a page for Forge2D joints documentation.
Added a
ConstantVolumeJoint
documentation and example.Will add other joint types in the next PRs.
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues
PR 1/X for #2005