Closed GoogleCodeExporter closed 9 years ago
This is not a bug.
Due multi-thread nature of Android. You cannot delete an object of the render
thread
by yourself. Use removeObject or die instead.
Adding a new object isn't a problem. When you add a new object, it's putted
into a
'to add' list and will be added to render tree on the next frame. You also can
force
the add of the pending objects by calling commit()
In my projects I use a 'order to object' triggered in input event and executed
in
object' step()
Original comment by ipaju...@gmail.com
on 13 May 2010 at 7:59
So if i understand you right...
You can't manipulate attributes of objects in the render tree but you have to
kill
and recreate them with different attributes?
Original comment by Michael....@gmail.com
on 13 May 2010 at 8:07
Original issue reported on code.google.com by
Michael....@gmail.com
on 12 May 2010 at 8:54