mirror of https://github.com/axmolengine/axmol.git
f0db2648fe
- Queue a priority operation in render thread, even through app in background - Please do logic in callback, don't update ui or any other render state usage ``` Director::getInstance()->getOpenGLView()->queueOperation([](void* param){ // do somethings for logic only(Don't update render state or UI) }); ``` |
||
---|---|---|
.. | ||
2d | ||
3d | ||
audio | ||
base | ||
math | ||
media | ||
navmesh | ||
network | ||
physics | ||
physics3d | ||
platform | ||
renderer | ||
ui | ||
CMakeLists.txt | ||
axmol.cpp | ||
axmol.h | ||
axmol.natvis | ||
cocos2d.h | ||
version.h.in |