We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can u support old edition for 3.6?
CCArmatureDisplay.h /** * Modify for cocos2dx 3.7, 3.8, 3.9 */ cocos2d::PolygonInfo& getPolygonInfoModify();
The text was updated successfully, but these errors were encountered:
Mesh is based on the cocos2d::PolygonInfo and cocos2dx-3.6 no cocos2d::PolygonInfo, so the lowest version can only support to cocos2dx-3.7.
Sorry, something went wrong.
did u have edition support cocos2dx-3.6 or 3.x?
No branches or pull requests
Can u support old edition for 3.6?
CCArmatureDisplay.h
/**
* Modify for cocos2dx 3.7, 3.8, 3.9
*/
cocos2d::PolygonInfo& getPolygonInfoModify();
The text was updated successfully, but these errors were encountered: