mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 18:36:27 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -4758,6 +4758,18 @@ return {
|
||||
{type = "Color", name = "color"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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