Преглед на файлове

Update raylib_api.* by CI

pull/4810/head
github-actions[bot] преди 4 седмици
родител
ревизия
9a5c02f67d
променени са 4 файла, в които са добавени 392 реда и са изтрити 337 реда
  1. +27
    -0
      parser/output/raylib_api.json
  2. +12
    -0
      parser/output/raylib_api.lua
  3. +345
    -336
      parser/output/raylib_api.txt
  4. +8
    -1
      parser/output/raylib_api.xml

+ 27
- 0
parser/output/raylib_api.json Целия файл

@ -6518,6 +6518,33 @@
}
]
},
{
"name": "DrawSplineSegmentLinearVar",
"description": "Draw spline segment with variable thickness: Linear Bezier, 2 points",
"returnType": "void",
"params": [
{
"type": "Vector2",
"name": "p1"
},
{
"type": "Vector2",
"name": "p2"
},
{
"type": "const float*",
"name": "thicks"
},
{
"type": "int",
"name": "thickCount"
},
{
"type": "Color",
"name": "color"
}
]
},
{
"name": "DrawSplineSegmentBezierCubicVar",
"description": "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points",

+ 12
- 0
parser/output/raylib_api.lua Целия файл

@ -5210,6 +5210,18 @@ return {
{type = "Color", name = "color"}
}
},
{
name = "DrawSplineSegmentLinearVar",
description = "Draw spline segment with variable thickness: Linear Bezier, 2 points",
returnType = "void",
params = {
{type = "Vector2", name = "p1"},
{type = "Vector2", name = "p2"},
{type = "const float*", name = "thicks"},
{type = "int", name = "thickCount"},
{type = "Color", name = "color"}
}
},
{
name = "DrawSplineSegmentBezierCubicVar",
description = "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points",

+ 345
- 336
parser/output/raylib_api.txt
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 8
- 1
parser/output/raylib_api.xml Целия файл

@ -679,7 +679,7 @@
<Param type="unsigned int" name="frames" desc="" />
</Callback>
</Callbacks>
<Functions count="594">
<Functions count="595">
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
<Param type="int" name="width" desc="" />
<Param type="int" name="height" desc="" />
@ -1621,6 +1621,13 @@
<Param type="float" name="thick" desc="" />
<Param type="Color" name="color" desc="" />
</Function>
<Function name="DrawSplineSegmentLinearVar" retType="void" paramCount="5" desc="Draw spline segment with variable thickness: Linear Bezier, 2 points">
<Param type="Vector2" name="p1" desc="" />
<Param type="Vector2" name="p2" desc="" />
<Param type="const float*" name="thicks" desc="" />
<Param type="int" name="thickCount" desc="" />
<Param type="Color" name="color" desc="" />
</Function>
<Function name="DrawSplineSegmentBezierCubicVar" retType="void" paramCount="7" desc="Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points">
<Param type="Vector2" name="p1" desc="" />
<Param type="Vector2" name="c2" desc="" />

Зареждане…
Отказ
Запис