Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-10-01 09:43:50 +00:00
parent f680776941
commit 6f1077737e
4 changed files with 431 additions and 376 deletions

View File

@ -5508,6 +5508,33 @@
}
]
},
{
"name": "DrawLineDashed",
"description": "Draw a dashed line",
"returnType": "void",
"params": [
{
"type": "Vector2",
"name": "startPos"
},
{
"type": "Vector2",
"name": "endPos"
},
{
"type": "int",
"name": "dashSize"
},
{
"type": "int",
"name": "whiteSpaceSize"
},
{
"type": "Color",
"name": "color"
}
]
},
{
"name": "DrawLineV",
"description": "Draw a line (using gl lines)",