mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user