Yue Posted July 26, 2017 Share Posted July 26, 2017 How can I see the bodies in the game on Lua? Quote Link to comment Share on other sites More sharing options...
gamecreator Posted July 26, 2017 Share Posted July 26, 2017 C has an unofficial/undocumented function: camera->SetDebugPhysicsMode(true); Not sure if it's exposed to Lua. 1 Quote Link to comment Share on other sites More sharing options...
Yue Posted July 26, 2017 Author Share Posted July 26, 2017 Thanks!! Here on Lua. self.entity:SetDebugPhysicsMode(true) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.