turbulenz / turbulenz_engine

Turbulenz is a modular 3D and 2D game framework for making HTML5 powered games for browsers, desktops and mobile devices.

Home Page:http://turbulenz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FR: CharacterController destroy()

opened this issue · comments

As CharacterController creates a private character, in scenarios where I want to stop using a CharacterController and its private character, there is no clean way to remove them. It would be good to be able to .destroy() a CharacterController which will thereby remove its internal character.

Of course, do not remove character when passed in when #32 is implemented.

FR has been implemented internal. Will be included as part of the next open source release.