mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-24 15:53:58 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -5698,6 +5698,48 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleV",
|
||||
"description": "Draw a color-filled circle (Vector version)",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "center"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "radius"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleGradient",
|
||||
"description": "Draw a gradient-filled circle",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "center"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "radius"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "inner"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "outer"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleSector",
|
||||
"description": "Draw a piece of a circle",
|
||||
@ -5760,52 +5802,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleGradient",
|
||||
"description": "Draw a gradient-filled circle",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "int",
|
||||
"name": "centerX"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "centerY"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "radius"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "inner"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "outer"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleV",
|
||||
"description": "Draw a color-filled circle (Vector version)",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "center"
|
||||
},
|
||||
{
|
||||
"type": "float",
|
||||
"name": "radius"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DrawCircleLines",
|
||||
"description": "Draw circle outline",
|
||||
|
||||
Reference in New Issue
Block a user