美文网首页
cocos2d-x 3.+ deprecated List

cocos2d-x 3.+ deprecated List

作者: gxatios | 来源:发表于2018-06-28 11:10 被阅读5次

    0,去掉CC前缀
    1,LabelTTF
    --->Label::createWithTTF("0", "Arial", 13);
    2,setTouchEnabled
    ---->
    3, setTouchMode(Touch::DispatchMode::ONE_BY_ONE);
    ---->
    4,CCSet
    ---> __Set
    5,ccp()
    ---> Vec2()
    6,Object
    --->Ref
    7,Vec2,2d坐标系;
    Vec3,3d坐标系。
    8,CCEGLView
    --->GLView
    9,标识符
    Double--->__Double
    Array --->__Array

    相关文章

      网友评论

          本文标题:cocos2d-x 3.+ deprecated List

          本文链接:https://www.haomeiwen.com/subject/hnqgyftx.html