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
cocos2d-x のVector は cocos2d-js での Array に相当するので frame は Array で実装している.
cocos2d-x の SpriteFrame::create は cocos2d-js の new cc.SpriteFrame で
SpriteFrame::create
new cc.SpriteFrame
cocos2d-x の Animation::createWithSpriteFrames は cocos2d-js の new cc.Animation で実装する.
Animation::createWithSpriteFrames
new cc.Animation
The text was updated successfully, but these errors were encountered:
Merge branch '4.10.3'
c49cea7
refs #33
No branches or pull requests
cocos2d-x のVector は cocos2d-js での Array に相当するので frame は Array で実装している.
cocos2d-x の
SpriteFrame::create
はcocos2d-js の
new cc.SpriteFrame
でcocos2d-x の
Animation::createWithSpriteFrames
はcocos2d-js の
new cc.Animation
で実装する.The text was updated successfully, but these errors were encountered: