mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-16 14:11:04 +00:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@@ -6336,6 +6336,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleLinesEx",
|
||||
"description": "Draw circle outline with line thickness",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "center"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "radius"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "thick"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawEllipse",
|
||||
"description": "Draw ellipse",
|
||||
@@ -8207,6 +8230,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ImageDrawLineStrip",
|
||||
"description": "Draw a lines sequence within an image",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "Image *",
|
||||
"name": "dst"
|
||||
},
|
||||
{
|
||||
"type": "const Vector2 *",
|
||||
"name": "points"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "pointCount"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ImageDrawTriangle",
|
||||
"description": "Draw triangle within an image",
|
||||
|
||||
Reference in New Issue
Block a user