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

b2Body.GetFixtureList does not return a list #37

Open
GoogleCodeExporter opened this issue Aug 24, 2015 · 0 comments
Open

b2Body.GetFixtureList does not return a list #37

GoogleCodeExporter opened this issue Aug 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Since a body can have multiple fixtures attached to it, it would be nice if 
GetFixtureList (and all other Get...List functions) would return an actual 
array of fixtures, rather than a single fixture. Particularly for bodies with a 
complex shape that necessitates using multiple fixtures, getting a list of all 
of these is currently impossible

(note that the C++ version of box2d implicitly returns a list by returning a 
pointer to an array. I don't know what the actionscript implementation does, 
but it *should* return an array, not a single fixture =)

Original issue reported on code.google.com by niho...@gmail.com on 20 Dec 2012 at 10:34

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