Is there a "visual checking" mode for graphics.newOutline() and/or physics.addBody - outline?

Hi, 

I’m trying the new graphics.newOutline() API to give my png a physics body but don’t know how well I’m doing in configuring things. Is there a visual troubleshooting mode where the outline of graphics.newOutline() is plotted on the png you’re adding the physics body to? I looked at API docs but didn’t see something like this yet couldn’t help but wonder. How does one verify that the physics body shape is indeed what they wanted to get? 

Thanks for your help.

Kerem

You can put your physics into “Hybrid” display mode where it will overlay the physics shape over the image and that should give you an idea of how well the newOutline did.

Rob

Thank you!!! This is exactly what I was asking for.

You can put your physics into “Hybrid” display mode where it will overlay the physics shape over the image and that should give you an idea of how well the newOutline did.

Rob

Thank you!!! This is exactly what I was asking for.