Skip to content
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

More APIs #794

Closed
erincatto opened this issue Sep 14, 2024 · 1 comment
Closed

More APIs #794

erincatto opened this issue Sep 14, 2024 · 1 comment

Comments

@erincatto
Copy link
Owner

erincatto commented Sep 14, 2024

B2_API b2WorldId b2Body_GetWorld( b2BodyId bodyId );
B2_API b2WorldId b2Shape_GetWorld( b2ShapeId shapeId );
B2_API b2WorldId b2Chain_GetWorld( b2ChainId chainId );
B2_API b2WorldId b2Joint_GetWorld( b2JointId jointId );

B2_API int b2Chain_GetChainSegmentCount( b2ChainId chainId );
B2_API int b2Chain_GetChainSegments( b2ChainId chainId, b2ShapeId* segments, int capacity );

For @MelvMay-Unity

erincatto added a commit that referenced this issue Sep 26, 2024
@erincatto
Copy link
Owner Author

Added in #804

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant