ViVi Home > 技術文書 > cocos2d-x > 描画(DrawNode)
auto draw = DrawNode::create(); addChild(draw, 10); // 10 はZ-Order
draw->drawDot(...);