We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26feadd commit 8157de4Copy full SHA for 8157de4
cocos2d/CCDrawNode.h
@@ -62,7 +62,8 @@
62
-(void)drawSegmentFrom:(CGPoint)a to:(CGPoint)b radius:(CGFloat)radius color:(CCColor *)color;
63
64
/**
65
- * Draw a polygon with a fill color and line color.
+ * Draw a convex polygon with a fill color and line color.
66
+ * The polygon winding must be clockwise.
67
*
68
* @param verts Array of CGPoints, containing the vertices.
69
* @param count Number of vertices.
0 commit comments